From 0308a36de0aa66dcc56c4724a3c174e00650fcf6 Mon Sep 17 00:00:00 2001 From: impedator Date: Fri, 14 Mar 2025 11:55:13 +0100 Subject: [PATCH] Update nginx.conf removed listening on IPv6 --- 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 ae7d3c8..eb15e64 100644 --- a/root/etc/nginx/nginx.conf +++ b/root/etc/nginx/nginx.conf @@ -36,7 +36,6 @@ http { server { listen 80; - listen [::0]:80; server_name _; root /var/www/wallabag/web;