summaryrefslogtreecommitdiffstats
path: root/katrin.d/data_local.variant
blob: 27c0ba499bb39410424e820b028d8fcc4d4e8698 (plain)
1
2
3
4
5
6
7
8
9
10
location /data {
    root /mnt/pdv;

    deny all;

    sendfile on;

    location ~ "/data/(astor/|thunderstorm.*|orca.*)?$" { include /etc/nginx/template.d/autoindex.template; }
    location ~ "/data/astor/(fossils|wave)" { include /etc/nginx/template.d/autoindex.template; }
}