summaryrefslogtreecommitdiff
path: root/baserock_webserver/files/download-baserock-org.conf
blob: 56e9601e973b23d67dc256501767231b61e922ac (plain)
1
2
3
4
5
6
7
8
9
10
11

server {
    listen       80;
    server_name  download.baserock.org;
    location / {
       root /srv/download.baserock.org/;
       index index.html;
       fancyindex on;
       fancyindex_exact_size off;
    }
}