I am trying to setup Sentry behind an IIS that is working as Reverse Proxy
The reverse proxy is setup for incoming and outgoing rules. When I navigate to the url then the following request happsn:
- call to reverse proxy url 302
- call to /auth/login/ 302
- call to /auth/login/sentry/ 500 URL Rewrite Module Error.
What I see is that on this request the Accept-Encoding is gzip, deflat.
I have checked the nginx.conf file and there the line gzip off is set.
What am I doing wrong.
Kind regards,
Michael