summaryrefslogtreecommitdiffstats
path: root/machines/jormungand/nginx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/jormungand/nginx.nix')
-rw-r--r--machines/jormungand/nginx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/jormungand/nginx.nix b/machines/jormungand/nginx.nix
index 87cd154..2f64726 100644
--- a/machines/jormungand/nginx.nix
+++ b/machines/jormungand/nginx.nix
@@ -227,7 +227,7 @@ in {
forceSSL = true;
enableACME = true;
locations."/" = {
- proxyPass = "http://127.0.0.1:8081/";
+ proxyPass = "http://[::1]:8081/";
};
};