This commit is contained in:
2025-09-20 21:14:30 +03:00
parent 53ce5867c8
commit a02326273b
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -28,7 +28,12 @@
];
};
"localhost:8890" = {
listen = [{ addr = "127.0.0.1"; port = 8080; }];
listen = [
{
addr = "127.0.0.1";
port = 8080;
}
];
};
"localhost:8000" = {
forceSSL = false;
+1 -1
View File
@@ -36,7 +36,7 @@ in
proxyPass = "http://${server}:8890";
proxyWebsockets = true; # collabora uses websockets
};
# listen = [
# listen = [
# {
# addr = "0.0.0.0";
# port = 443;