tfix nginx config - amprolla - devuan's apt repo merger HTML git clone git://parazyd.org/amprolla.git DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 89497bf3ee81e2b724808fed0f409aa3c41c2444 DIR parent f37b80ecce7862b04cebe6a80f673c3c577bb780 HTML Author: parazyd <parazyd@dyne.org> Date: Tue, 6 Jun 2017 01:06:39 +0200 fix nginx config Diffstat: M contrib/nginx.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) --- DIR diff --git a/contrib/nginx.conf b/contrib/nginx.conf t@@ -1,9 +1,11 @@ server { - listen 80 auto.mirror.devuan.org; - listen [::]:80 auto.mirror.devuan.org; + listen 80; + listen [::]:80; + + server_name auto.mirror.devuan.org; location / { - autoindex on; + autoindex off; } location /merged {