Hopefully log proxied client ip address

This commit is contained in:
Tony Klink 2024-01-15 13:26:03 -06:00
parent ec0b068388
commit 17932c8d7f
Signed by: klink
GPG key ID: 85175567C4D19231
5 changed files with 34 additions and 10 deletions

View file

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