Use recommendedproxysettings

This commit is contained in:
Tony Klink 2024-01-15 16:56:42 -06:00
parent b63d7a4c53
commit a9817b77f9
Signed by: klink
GPG key ID: 85175567C4D19231

View file

@ -98,6 +98,7 @@ in {
locations."/" = {
proxyPass = "http://${cfg.localAddress}:8080";
proxyWebsockets = true; # needed if you need to use WebSocket
recommendedProxySettings = true;
};
};
};