File tree Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 90
90
proxy_request_buffering off;
91
91
}
92
92
93
- location /chartrepo/ {
94
- proxy_pass {{ $scheme }}://core/chartrepo/;
95
- {{- if and .Values.internalTLS.enabled }}
96
- proxy_ssl_verify off;
97
- proxy_ssl_session_reuse on;
98
- {{- end }}
99
- proxy_set_header Host $host;
100
- proxy_set_header X-Real-IP $remote_addr;
101
- proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
102
- proxy_set_header X-Forwarded-Proto $x_forwarded_proto;
103
-
104
- proxy_buffering off;
105
- proxy_request_buffering off;
106
- }
107
-
108
93
location /c/ {
109
94
proxy_pass {{ $scheme }}://core/c/;
110
95
proxy_set_header Host $host;
Original file line number Diff line number Diff line change @@ -113,23 +113,6 @@ data:
113
113
proxy_request_buffering off;
114
114
}
115
115
116
- location /chartrepo/ {
117
- proxy_pass {{ $scheme }}://core/chartrepo/;
118
- {{- if and .Values.internalTLS.enabled }}
119
- proxy_ssl_verify off;
120
- proxy_ssl_session_reuse on;
121
- {{- end }}
122
- proxy_set_header Host $host;
123
- proxy_set_header X-Real-IP $remote_addr;
124
- proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
125
- proxy_set_header X-Forwarded-Proto $x_forwarded_proto;
126
-
127
- proxy_cookie_path / "/; Secure";
128
-
129
- proxy_buffering off;
130
- proxy_request_buffering off;
131
- }
132
-
133
116
location /c/ {
134
117
proxy_pass {{ $scheme }}://core/c/;
135
118
proxy_set_header Host $host;
You can’t perform that action at this time.
0 commit comments