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 = [
{
addr = "100.64.0.0";
port = 8000;
port = 8001;
}
{
addr = "192.168.1.20";
port = 8000;
port = 8001;
}
];
extraConfig = ''
+1 -1
View File
@@ -33,7 +33,7 @@ in
forceSSL = true;
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:8000";
proxyPass = "http://${server}:8001";
proxyWebsockets = true;
};
extraConfig = ''