Update relay config info; use http3 in nginx

This commit is contained in:
Tony Klink 2024-01-15 21:38:01 -06:00
parent 5137ffa34f
commit 5b2726e66d
Signed by: klink
GPG key ID: 85175567C4D19231
3 changed files with 10 additions and 3 deletions

View file

@ -95,6 +95,8 @@ in {
addSSL = mkIf cfg.sslEnable true;
enableACME = mkIf cfg.sslEnable true;
http3 = true;
locations."/" = {
proxyPass = "http://${cfg.localAddress}:8080";
proxyWebsockets = true; # needed if you need to use WebSocket