2
0
This repository has been archived on 2020-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sentry-onpremise/sentry.conf.py
Burak Yigit Kaya 4fade2fb1f fix(uwsgi): Fix broken uWSGI config (#237)
This patch introduces the following fixes to uWSGI config which
was not set up correctly to be used publicly (not behind a router,
load balancer, proxy like nginx etc.):

 - Use `http` option for a front-proxy
 - Set protocol back to `uwsgi` due to above
 - Prevent forced socket binding to `uwsgi` due to protocol change
 above (https://git.io/fj7Lw)
 - Turn on "keep-alive" support

Should fix getsentry/sentry-cli#40.
2019-08-13 02:38:12 +03:00

11 KiB