Hopefully fix Idacloud Collabora
This commit is contained in:
parent
3a1ac01374
commit
9eed5b54f5
1 changed files with 5 additions and 2 deletions
|
@ -65,7 +65,10 @@
|
|||
|
||||
net = {
|
||||
listen = "loopback";
|
||||
post_allow.host = [ "::1" ];
|
||||
post_allow.host = [
|
||||
"127.0.0.1"
|
||||
"::1"
|
||||
];
|
||||
};
|
||||
|
||||
storage.wopi = {
|
||||
|
@ -79,7 +82,7 @@
|
|||
|
||||
nginx.virtualHosts.${config.services.collabora-online.settings.server_name} = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://[::1]:${toString config.services.collabora-online.port}";
|
||||
proxyPass = "http://localhost:${toString config.services.collabora-online.port}";
|
||||
proxyWebsockets = true; # collabora uses websockets
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue