Loading deploy/kubernetes/chart/files/fileServer/datasets.conf +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,9 @@ server { {{- if .s3Location }} {{- $s3 := .s3Location }} proxy_pass https://{{ $s3.host }}:{{ $s3.port }}/{{ $s3.bucket }}/{{ trimAll "/" $s3.dataPath }}/; {{- range .s3Location.extraNginxConf }} {{ .conf }} {{- end }} {{- else }} alias {{ trimSuffix "/" .location }}/; try_files $uri =404; Loading Loading
deploy/kubernetes/chart/files/fileServer/datasets.conf +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,9 @@ server { {{- if .s3Location }} {{- $s3 := .s3Location }} proxy_pass https://{{ $s3.host }}:{{ $s3.port }}/{{ $s3.bucket }}/{{ trimAll "/" $s3.dataPath }}/; {{- range .s3Location.extraNginxConf }} {{ .conf }} {{- end }} {{- else }} alias {{ trimSuffix "/" .location }}/; try_files $uri =404; Loading