Hi
I’ve setup an onprem sentry V10 along with nginx proxy.
this is my config snippets
nginx config
location / {
proxy_pass http://<ip_addr>:8080;
}
here is my web settings
###########
# Web Server #
##############
when accessing with proxy this works fine but when i do this
location /sentry {
proxy_pass http://<ip_addr>:8080;
}
the sentry web throws a 302 redirect and nginx gives 404 error. Jun 18 13:33:19 supervisord[125909]: sentry-web 1.2.3.4 - - [18/Jun/2020:13:33:19 +0000] "GET /sentry/ HTTP/1.0" 302 836 "-" "Mozilla/5.0
Thanks for suggestion but that didn’t worked. is it possible that some config params are missing in sentry web server configuration (see config listed in my question )?