allow git pushes of larger files

This commit is contained in:
2025-09-27 23:47:21 -04:00
parent b054c78122
commit af871ac2dd

View File

@@ -677,6 +677,9 @@
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://localhost:3001";
locations."/".extraConfig = ''
client_max_body_size 100M;
'';
};
virtualHosts."synapse.room409.xyz" = {