forked from pub-solar/infra
fix: files.pub.solar force TLS, remove default site
This commit is contained in:
parent
1d68ed73c3
commit
d4ab1756b3
|
@ -7,8 +7,8 @@ in
|
||||||
{
|
{
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
"files.pub.solar" = {
|
"files.pub.solar" = {
|
||||||
default = true;
|
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
|
||||||
locations = {
|
locations = {
|
||||||
"= /" = {
|
"= /" = {
|
||||||
|
|
Loading…
Reference in a new issue