fixes?
This commit is contained in:
parent
ad5ba0eb46
commit
d564bd5d0f
3 changed files with 11 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ in
|
|||
];
|
||||
|
||||
services.nginx.virtualHosts."${srv.DOMAIN}" = {
|
||||
forceSSL = true;
|
||||
onlySSL = true;
|
||||
useACMEHost = config.networking.domain;
|
||||
locations."/".proxyPass = "http://localhost:${toString srv.HTTP_PORT}";
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue