replace localhsot with ip to force local IPv4

This commit is contained in:
Nek0 - 2021-10-16 19:21:14 +02:00
parent 06d26041e2
commit 41857a2854
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ in
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "https://localhost:8443";
proxyPass = "https://127.0.0.1:8443";
# proxyWebsockets = true;
};
locations."/auth" = {
proxyPass = "https://localhost:8443/auth";
proxyPass = "https://127.0.0.1:8443/auth";
# proxyWebsockets = true;
};
};