Skip to content

Commit

Permalink
fix: nginx static path not pass proxy (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunslinger23 authored Nov 6, 2023
1 parent 78c93e5 commit ae07c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sentry
description: A Helm chart for Kubernetes
type: application
version: 20.9.1
version: 20.9.2
appVersion: 23.10.1
dependencies:
- name: memcached
Expand Down
1 change: 1 addition & 0 deletions sentry/templates/configmap-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ data:
}
location /_static/ {
proxy_pass http://sentry;
proxy_hide_header Content-Disposition;
}
}
Expand Down

0 comments on commit ae07c35

Please sign in to comment.