update client body size for MM

This commit is contained in:
Tyler Starr 2025-03-28 19:15:02 -07:00
parent 1967b926a0
commit 84920d6944

View File

@ -51,6 +51,7 @@
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
clientMaxBodySize = "200M";
additionalModules = [ pkgs.nginxModules.pam ];
virtualHosts = let
SSL = {
@ -82,6 +83,7 @@
locations."/" = {
proxyPass = "http://localhost:8443/";
proxyWebsockets = true;
};
});
"plot.tstarr.us" = (SSL // {