Reduce maximum upload size to 25MB, make it consistent

This commit is contained in:
Nico Schottelius 2023-10-19 19:24:46 +02:00
commit 37a83a9171
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ server {
ssl_certificate /ssl/chain.crt;
ssl_certificate_key /ssl/certificate.keyplain;
client_max_body_size 100m;
client_max_body_size 25m;
error_page 403 404 /403_404.html;
location = /403_404.html {