2
0
Fork 0

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:
Burak Yigit Kaya 2020-05-28 21:42:58 +03:00
parent 85f267bec7
commit 01bec99996
No known key found for this signature in database
GPG Key ID: C2F03C406631065D
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ http {
proxy_pass http://relay;
}
location / {
client_max_body_size 5m;
proxy_pass http://sentry;
}
}