File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88* [ ENHANCEMENT] Define namespace in templates #184
99* [ ENHANCEMENT] Use FQDN for memcached addresses #175
1010* [ ENHANCEMENT] Optionally generate endpoints for ` X-Scope-OrgID ` injection (multi-tenancy) #180
11+ * [ BUGFIX] Correcting nginx config for auth orgs to right proxy_pass #192
1112
1213## 0.6.0 / 2021-06-28
1314
Original file line number Diff line number Diff line change 1616
1717 events {
1818 worker_connections 4096; ## Default: 1024
19- }
19+ }
2020
2121 http {
2222 default_type application/octet-stream;
@@ -107,7 +107,7 @@ data:
107107 {{- range $org := compact .Values.nginx.config.auth_orgs | uniq }}
108108 location = /api/v1/push/{{ $org }} {
109109 proxy_set_header X-Scope-OrgID {{ $org }};
110- proxy_pass http://{{ template "cortex.fullname" $ }}-distributor.{{ $rootDomain }}$request_uri ;
110+ proxy_pass http://{{ template "cortex.fullname" $ }}-distributor.{{ $rootDomain }}/api/v1/push ;
111111 }
112112 {{- end }}
113113 {{- end }}
You can’t perform that action at this time.
0 commit comments