ingress-proxy: update static-sites config

This commit is contained in:
41666 2024-06-02 18:14:40 -04:00
parent a624b98595
commit c74b5a5fba

View file

@ -69,6 +69,7 @@ in rec {
staticSite = { staticSite = {
locations."/" = { locations."/" = {
proxyPass = "http://staticsites"; proxyPass = "http://staticsites";
recommendedProxySettings = true;
}; };
} // defaultConfig; } // defaultConfig;