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.conf11
1 files changed, 11 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..56e9601e
--- /dev/null
+++ b/baserock_webserver/files/download-baserock-org.conf
@@ -0,0 +1,11 @@
+
+server {
+ listen 80;
+ server_name download.baserock.org;
+ location / {
+ root /srv/download.baserock.org/;
+ index index.html;
+ fancyindex on;
+ fancyindex_exact_size off;
+ }
+}