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