This commit is contained in:
2025-09-24 16:35:38 +03:00
parent 37ddd0ab6f
commit 498207d986
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -47,11 +47,11 @@
listen = [ listen = [
{ {
addr = "100.64.0.0"; addr = "100.64.0.0";
port = 8000; port = 8001;
} }
{ {
addr = "192.168.1.20"; addr = "192.168.1.20";
port = 8000; port = 8001;
} }
]; ];
extraConfig = '' extraConfig = ''
+1 -1
View File
@@ -33,7 +33,7 @@ in
forceSSL = true; forceSSL = true;
kTLS = true; kTLS = true;
locations."/" = { locations."/" = {
proxyPass = "http://${server}:8000"; proxyPass = "http://${server}:8001";
proxyWebsockets = true; proxyWebsockets = true;
}; };
extraConfig = '' extraConfig = ''