Update relay config info; use http3 in nginx
This commit is contained in:
parent
5137ffa34f
commit
5b2726e66d
3 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue