From 539b600d6c8506e97aa81779dea936ecc5952bd0 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Mon, 6 May 2024 13:57:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BD=91=E7=AB=99=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=A2=9E=E5=8A=A0=E6=94=AF=E6=8C=81=20CDN=20?= =?UTF-8?q?=E7=9C=9F=E5=AE=9E=20IP=20(#4874)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/server/nginx_conf/website_default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/server/nginx_conf/website_default.conf b/cmd/server/nginx_conf/website_default.conf index cb636e1d4..57c439312 100644 --- a/cmd/server/nginx_conf/website_default.conf +++ b/cmd/server/nginx_conf/website_default.conf @@ -13,7 +13,7 @@ server { proxy_set_header Connection "upgrade"; - access_log /www/sites/domain/log/access.log; + access_log /www/sites/domain/log/access.log main; error_log /www/sites/domain/log/error.log; location ^~ /.well-known/acme-challenge {