diff --git a/configuration.nix b/configuration.nix index c550680..1d1ea4e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -85,7 +85,10 @@ "recipe.blubb.fish" = { addSSL = true; enableACME = true; - locations."/".proxyPass = "http://10.0.0.103:8080/"; + locations."/" = { + proxyPass = "http://10.0.0.103:8080/"; + recommendedProxySettings = true; + }; }; }; };