From 8f432e1b1d42d1a45597c32256af9b611b422000 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 24 Jul 2023 14:38:43 +0200 Subject: move container files to subfolder, add nginx conf --- nginx/aurbuilder.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nginx/aurbuilder.conf (limited to 'nginx/aurbuilder.conf') diff --git a/nginx/aurbuilder.conf b/nginx/aurbuilder.conf new file mode 100644 index 0000000..601318a --- /dev/null +++ b/nginx/aurbuilder.conf @@ -0,0 +1,8 @@ +# vi: ft=nginx + +root /srv/pkg; + +autoindex on; +autoindex_exact_size off; +autoindex_format html; +autoindex_localtime on; -- cgit v1.2.3