mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -36,7 +36,7 @@ in
|
||||
proxyPass = "http://${server}:8890";
|
||||
proxyWebsockets = true; # collabora uses websockets
|
||||
};
|
||||
# listen = [
|
||||
# listen = [
|
||||
# {
|
||||
# addr = "0.0.0.0";
|
||||
# port = 443;
|
||||
|
||||
Reference in New Issue
Block a user