double oops

This commit is contained in:
Nathan McCarty 2025-06-14 21:00:45 -04:00
parent e6ded85ed9
commit eb844dfddf
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -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;