From f72496241cd197cf06a25ed203b0cc76aee682da Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 18 Aug 2021 08:18:47 +0200 Subject: baserock_webserver: Move to Ubuntu and Nginx --- baserock_webserver/files/download-baserock-org.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 baserock_webserver/files/download-baserock-org.conf (limited to 'baserock_webserver/files/download-baserock-org.conf') 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; + } +} -- cgit v1.2.1