diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 31b68e0..c04bf2a 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -30,7 +30,7 @@ http { server_names_hash_bucket_size 64; types_hash_max_size 2048; types_hash_bucket_size 64; - client_max_body_size 5m; + client_max_body_size 100m; proxy_http_version 1.1; proxy_redirect off; @@ -67,6 +67,7 @@ http { proxy_pass http://relay; } location / { + client_max_body_size 5m; proxy_pass http://sentry; } }