mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
@@ -33,7 +33,7 @@ in
|
||||
forceSSL = true;
|
||||
kTLS = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://${server}:8890";
|
||||
proxyPass = "http://${server}:8080";
|
||||
proxyWebsockets = true; # collabora uses websockets
|
||||
};
|
||||
# listen = [
|
||||
|
||||
Reference in New Issue
Block a user