mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-16 06:51:50 +03:00
123
This commit is contained in:
+12
-12
@@ -16,18 +16,18 @@ in
|
|||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"office.zeroq.ru" = {
|
# "office.zeroq.ru" = {
|
||||||
enableACME = true;
|
# enableACME = true;
|
||||||
forceSSL = true;
|
# forceSSL = true;
|
||||||
kTLS = true;
|
# kTLS = true;
|
||||||
locations."/" = {
|
# locations."/" = {
|
||||||
proxyPass = "http://${server}:8890";
|
# proxyPass = "http://${server}:8890";
|
||||||
proxyWebsockets = true; # onlyoffice uses websockets
|
# proxyWebsockets = true; # onlyoffice uses websockets
|
||||||
};
|
# };
|
||||||
extraConfig = ''
|
# extraConfig = ''
|
||||||
client_max_body_size 5G;
|
# client_max_body_size 5G;
|
||||||
'';
|
# '';
|
||||||
};
|
# };
|
||||||
"collabora.zeroq.ru" = {
|
"collabora.zeroq.ru" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user