Update configuration.nix
deploy config / Explore-Gitea-Actions (push) Successful in 7s Details

This commit is contained in:
Tom 2024-08-08 14:53:26 +02:00
parent b8a2f7eccb
commit 61964b6820
1 changed files with 4 additions and 1 deletions

View File

@ -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;
};
};
};
};