From 9fad5666532b1f6fc6efa49a192a9ac8ba220b15 Mon Sep 17 00:00:00 2001 From: wulabing Date: Thu, 16 Jun 2022 22:58:43 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20ss=5Fwhitelist=20nginx=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20IPV6=20=E7=9B=91=E5=90=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ss_whitelist/config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ss_whitelist/config/nginx.conf b/ss_whitelist/config/nginx.conf index aea71cf..7eedd62 100644 --- a/ss_whitelist/config/nginx.conf +++ b/ss_whitelist/config/nginx.conf @@ -81,7 +81,7 @@ http { error_page 500 502 503 504 /50x.html; server{ - listen 80; + listen [::]:80; location / { auth_basic ""; auth_basic_user_file /etc/openresty/auth;