commit 89497bf3ee81e2b724808fed0f409aa3c41c2444 parent f37b80ecce7862b04cebe6a80f673c3c577bb780 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(-)
diff --git a/contrib/nginx.conf b/contrib/nginx.conf @@ -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 {