diff options
Diffstat (limited to 'nginx/arch.conf')
-rw-r--r-- | nginx/arch.conf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/nginx/arch.conf b/nginx/arch.conf deleted file mode 100644 index c66ad85..0000000 --- a/nginx/arch.conf +++ /dev/null @@ -1,15 +0,0 @@ -# vi: ft=nginx - -server { - listen 80; - #server_name localhost; - - location / { - root /srv/arch/; - - autoindex on; - autoindex_exact_size off; - autoindex_format html; - autoindex_localtime on; - } -} |