diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/web-server.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/web-server.nix b/config/web-server.nix index bd2c35d..751f9c3 100644 --- a/config/web-server.nix +++ b/config/web-server.nix @@ -97,7 +97,7 @@ locations."/".proxyPass = "http://10.0.20.13:8080"; }; "journal.orbekk.com" = template // { - locations."/".proxyPass = "http://${pjournal_loc.address}:${toString pjournal_loc.port}"; + locations."/".proxyPass = "http://localhost:${toString pjournal_loc.port}"; }; }; }; |