increased default max body size for file uploads to 512 MB

This commit is contained in:
vabene1111
2025-10-11 11:57:32 +02:00
parent 6359245925
commit 673d12d233

View File

@@ -3,7 +3,7 @@ server {
listen [::]:${TANDOOR_PORT} ipv6only=on;
server_name localhost;
client_max_body_size 128M;
client_max_body_size 512M;
# serve media files
location /media {