From 383bc278c345a75d633ba56e51f2c86545dfcbb2 Mon Sep 17 00:00:00 2001 From: DreamPWJ Date: Thu, 16 Jun 2022 13:21:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20ipv6=E7=BD=91=E7=BB=9C=E9=80=82=E9=85=8D?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E5=AE=B9=E5=99=A8=E5=86=85=E5=A4=96=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E4=B8=8D=E4=B8=80=E8=87=B4=E6=83=85=E5=86=B5=E9=87=8D?= =?UTF-8?q?=E5=AE=9A=E5=90=91=E7=AB=AF=E5=8F=A3=E5=88=87=E6=8D=A2=E6=88=90?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=9A=8480=20(#9911)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/nginx.conf b/docker/nginx.conf index cdf0f59b..c4085845 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -1,5 +1,8 @@ server { listen 80; + listen [::]:80; + absolute_redirect off; + # gzip config gzip on; gzip_min_length 1k;