Update sentry configuration

This commit is contained in:
sonny 2023-02-12 11:21:17 +01:00
parent f2af83af99
commit 8a3463bc3b
2 changed files with 4 additions and 2 deletions

View file

@ -24,6 +24,6 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Frame-Options SAMEORIGIN;
proxy_pass https://{{ sentry_ip }};
proxy_pass http://{{ sentry_ip }}:{{ sentry_port }};
}
}