From b8ab40b6b4adc055616a2d8e17f5df30bcaa66b5 Mon Sep 17 00:00:00 2001 From: Pando85 Date: Mon, 13 Apr 2020 20:00:11 +0200 Subject: [PATCH] Remove ipv6 to avoid fail when ipv6 is not defined --- root/etc/nginx/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/root/etc/nginx/nginx.conf b/root/etc/nginx/nginx.conf index e6e49fd..43b51cd 100644 --- a/root/etc/nginx/nginx.conf +++ b/root/etc/nginx/nginx.conf @@ -32,7 +32,6 @@ http { server { listen 80; - listen [::]:80; server_name _; root /var/www/wallabag/web;