mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
@@ -33,7 +33,7 @@ in
|
|||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
kTLS = true;
|
kTLS = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://${server}:8080";
|
proxyPass = "http://${server}:9980";
|
||||||
proxyWebsockets = true; # collabora uses websockets
|
proxyWebsockets = true; # collabora uses websockets
|
||||||
};
|
};
|
||||||
# listen = [
|
# listen = [
|
||||||
@@ -43,8 +43,8 @@ in
|
|||||||
# ssl = true;
|
# ssl = true;
|
||||||
# }
|
# }
|
||||||
# ];
|
# ];
|
||||||
|
#proxy_set_header X-Forwarded-Proto https;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_set_header X-Forwarded-Proto https;
|
|
||||||
client_max_body_size 5G;
|
client_max_body_size 5G;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user