aboutsummaryrefslogtreecommitdiff
path: root/nginx/arch.conf
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2023-07-24 14:38:43 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2023-07-24 14:38:43 +0200
commit8f432e1b1d42d1a45597c32256af9b611b422000 (patch)
tree0c2851b8851dbb7b0d306a51480fde6eb58eb725 /nginx/arch.conf
parentf7757c1925b017b437de5b0e65cff309a4b857c9 (diff)
downloadaurbuilder-8f432e1b1d42d1a45597c32256af9b611b422000.tar.gz
move container files to subfolder, add nginx conf
Diffstat (limited to 'nginx/arch.conf')
-rw-r--r--nginx/arch.conf15
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;
- }
-}