8 Commits

Author SHA1 Message Date
Mikhail Paulyshka
e7a3187cd0
fix(nginx): Remove X-Real-IP header entry (#835)
Removes the obsolete and confusing `X-Real-IP` header setting from the Nginx config.
2021-01-25 13:47:18 +03:00
Chad Whitacre
a623e72e7e
Integrate with MaxMind out of the box (#766)
Integrate with MaxMind out of the box
2020-12-14 11:56:04 -05:00
MK
6a40e33073
Use the custom Nginx access log format (#642)
If we are going to define a custom log format, we should probably be using that format.

Fixes #635
2020-08-24 08:56:06 +03:00
Burak Yigit Kaya
01bec99996
fix(nginx): Increase upload size back to 100M for Sentry too
Addresses https://github.com/getsentry/onpremise/pull/499#discussion_r431537129
2020-05-28 21:42:58 +03:00
Burak Yigit Kaya
85f267bec7
fix(nginx): Increase upload size back to 100M for store
Addresses https://github.com/getsentry/onpremise/pull/499#discussion_r431537129
2020-05-28 21:33:57 +03:00
Burak Yigit Kaya
9f39e3cea1
fix(uwsgi): Make sure uWSGI talks proper HTTP/1.1 (#499)
This patch brings back the HTTP/1.1 related settings for uWSGI to fix #486 as apparently Relay tries to talk to Sentry Web with keep alives where uWSGI terminates the connection unexpectedly. It also ports some configs for uWSGI and nginx from single-tenant.
2020-05-22 16:12:20 +03:00
Burak Yigit Kaya
74c0d4c257
fix(nginx): Fix proxy settings for Sentry (#463)
Fixes #447.

This patch should also fix issuer regarding large uploads such as minidumps by turning off any buffering.
2020-05-04 13:36:05 +03:00
Radu Woinaroski
e97da7c56f
feat(relay): Add Relay to onpremise installation (#421)
Co-Authored-By: Burak Yigit Kaya <byk@sentry.io>
2020-04-24 15:31:59 +03:00