Skip to content
Snippets Groups Projects
Commit 1e66ee42 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Fixed gui proxy.

parent cbe5105f
No related branches found
No related tags found
1 merge request!60v0.6.0 Release
Pipeline #61471 passed
......@@ -29,13 +29,6 @@ data:
try_files $uri {{ .Values.proxy.external.path }}/gui/index.html;
}
location {{ .Values.proxy.external.path }}/docs {
proxy_set_header Host $host;
proxy_pass_request_headers on;
proxy_pass http://{{ include "nomad.fullname" . }}-app:8000;
try_files $uri {{ .Values.proxy.external.path }}/docs/index.html;
}
location {{ .Values.proxy.external.path }}/gui/service-worker.js {
add_header Last-Modified $date_gmt;
add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment