From f41975860c24e2a330b5bdd703e88a51d1ab5ac5 Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 6 Apr 2021 12:01:03 +0800 Subject: [PATCH] =?UTF-8?q?nginx=E6=B7=BB=E5=8A=A0ipv6=E6=94=AF=E6=8C=81?= =?UTF-8?q?=20#14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/front.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/front.conf b/docker/front.conf index 837a64a7..b670a9c3 100644 --- a/docker/front.conf +++ b/docker/front.conf @@ -4,6 +4,7 @@ upstream api { server { listen 5700; + listen [::]:5700; root /ql/dist; ssl_session_timeout 5m;