From c68fc98e5128a14ece06eef87199a727e6fd1584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20N=C3=A4sholm?= Date: Thu, 5 Oct 2023 20:20:45 +0200 Subject: [PATCH] Update nginx.conf to work with IPv6 --- root/etc/nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/nginx/nginx.conf b/root/etc/nginx/nginx.conf index 4c896d0..2f499d3 100644 --- a/root/etc/nginx/nginx.conf +++ b/root/etc/nginx/nginx.conf @@ -36,6 +36,7 @@ http { server { listen 80; + listen [::0]:80; server_name _; root /var/www/wallabag/web;