diff options
Diffstat (limited to 'system/services')
-rw-r--r-- | system/services/etebase/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/etebase/default.nix b/system/services/etebase/default.nix index 5fb6b6a..964ea59 100644 --- a/system/services/etebase/default.nix +++ b/system/services/etebase/default.nix @@ -21,7 +21,7 @@ forceSSL = true; locations."/" = { - proxyPass = "http://127.0.0.1:8001"; + proxyPass = "http://127.0.0.1:${builtins.toString config.services.etebase-server.port}"; extraConfig = '' proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; |