try this
This commit is contained in:
parent
753cb6062b
commit
91c80de756
|
@ -5,6 +5,7 @@
|
||||||
services.nginx.virtualHosts."pack.forward-progress.net" = {
|
services.nginx.virtualHosts."pack.forward-progress.net" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
locations."/".root = "/var/www/pack.forward-progress.net";
|
||||||
root = "/var/www/pack.forward-progress.net";
|
root = "/var/www/pack.forward-progress.net";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue