From 873455563b5fb2ea0a2e52c4e789f7f206408c69 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Tue, 11 Jun 2024 11:35:56 +0200 Subject: [PATCH] Perhaps this will make it work??? --- modules/nixos/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/nginx.nix b/modules/nixos/nginx.nix index 624275a..b6c37a0 100644 --- a/modules/nixos/nginx.nix +++ b/modules/nixos/nginx.nix @@ -13,7 +13,7 @@ enableACME = true; acmeRoot = null; forceSSL = true; - locations."/" = { proxyPass = "http://127.0.0.1:${toString port}"; } // extra; + locations."/" = { proxyPass = "http://localhost:${toString port}"; } // extra; }; config.satellite.static = root: {