Skip to content

Commit

Permalink
fix: django.security.csrf issue (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsun committed Aug 27, 2020
1 parent 29b5f60 commit a680856
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sentry/templates/configmap-nginx.yaml
Expand Up @@ -16,6 +16,9 @@ data:
server {
listen {{ template "nginx.port" }};
proxy_redirect off;
proxy_set_header Host $host;
location /api/store/ {
proxy_pass http://relay;
}
Expand Down

0 comments on commit a680856

Please sign in to comment.