bigger git commits

This commit is contained in:
Reid 2024-11-14 14:30:01 -08:00
parent 1f173ace72
commit 5030dcf3b6
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -64,6 +64,7 @@ in {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/".extraConfig = '' locations."/".extraConfig = ''
client_max_body_size 600M;
proxy_pass http://127.0.0.1:${toString cfg.port}; proxy_pass http://127.0.0.1:${toString cfg.port};
''; '';
}; };