Unverified Commit ef73104a authored by srnlorenz's avatar srnlorenz Committed by GitHub
Browse files

Update datasets.conf

parent 928c887a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;