mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123bdfhubandjsfk
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
# };
|
||||
# };
|
||||
onlyoffice = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
hostname = "127.0.0.1";
|
||||
};
|
||||
#rabbitmq.enable = false;
|
||||
|
||||
@@ -25,11 +25,7 @@ in
|
||||
proxyWebsockets = true; # onlyoffice uses websockets
|
||||
};
|
||||
extraConfig = ''
|
||||
reverse_proxy http://${server}:8000 {
|
||||
# Required to circumvent bug of Onlyoffice loading mixed non-https content
|
||||
header_up X-Forwarded-Proto https
|
||||
client_max_body_size 5G;
|
||||
}
|
||||
client_max_body_size 5G;
|
||||
'';
|
||||
};
|
||||
"collabora.zeroq.ru" = {
|
||||
|
||||
Reference in New Issue
Block a user