double oops
This commit is contained in:
parent
e6ded85ed9
commit
eb844dfddf
2 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,7 @@
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
|
clientMaxBodySize = "300M";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Open firewall ports for HTTP, HTTPS, and Matrix federation
|
# Open firewall ports for HTTP, HTTPS, and Matrix federation
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
services.nginx.virtualHosts."vtt.stranger.systems" = {
|
services.nginx.virtualHosts."vtt.stranger.systems" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
clientMaxBodySize = "300M";
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue