summaryrefslogtreecommitdiff
path: root/baserock_webserver/files/download-baserock-org.conf
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_webserver/files/download-baserock-org.conf')
-rw-r--r--baserock_webserver/files/download-baserock-org.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/baserock_webserver/files/download-baserock-org.conf b/baserock_webserver/files/download-baserock-org.conf
new file mode 100644
index 00000000..072b9772
--- /dev/null
+++ b/baserock_webserver/files/download-baserock-org.conf
@@ -0,0 +1,12 @@
+
+server {
+ listen 80;
+ server_name download.baserock.org;
+ location / {
+ root /srv/download.baserock.org/;
+ index index.html;
+ autoindex on;
+ fancyindex on; # Enable fancy indexes.
+ fancyindex_exact_size off; # Output human-readable file sizes.
+ }
+}