diff --git a/proxy/nginx/conf.d/s3.conf b/proxy/nginx/conf.d/s3.conf index 7ad2d3d..ab99ae7 100644 --- a/proxy/nginx/conf.d/s3.conf +++ b/proxy/nginx/conf.d/s3.conf @@ -14,6 +14,8 @@ server { listen 443 ssl; server_name s3.systemsobscure.net; + client_max_body_size 100M; # Allow large image uploads + # SSL configuration ssl_certificate /etc/letsencrypt/live/systemsobscure.net/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/systemsobscure.net/privkey.pem;