This commit is contained in:
2025-09-20 22:06:45 +03:00
parent dadaaba7cf
commit 1037687fc3
2 changed files with 12 additions and 4 deletions
+11 -3
View File
@@ -33,15 +33,23 @@
listen = [
{
addr = "100.64.0.0";
port = 8890;
port = 8080;
}
{
addr = "192.168.1.20";
port = 8890;
port = 8080;
}
{
addr = "localhost";
port = 8890;
port = 8080;
}
{
addr = "localhost";
port = 80;
}
{
addr = "localhost";
port = 443;
}
];
};
+1 -1
View File
@@ -33,7 +33,7 @@ in
forceSSL = true;
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:8890";
proxyPass = "http://${server}:8080";
proxyWebsockets = true; # collabora uses websockets
};
# listen = [