fix(nginx): Increase upload size back to 100M for Sentry too
Addresses https://github.com/getsentry/onpremise/pull/499#discussion_r431537129
This commit is contained in:
parent
85f267bec7
commit
01bec99996
@ -67,7 +67,6 @@ http {
|
||||
proxy_pass http://relay;
|
||||
}
|
||||
location / {
|
||||
client_max_body_size 5m;
|
||||
proxy_pass http://sentry;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user