From e847493d60360be456d232212db86f86459c35f4 Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 5 Dec 2024 15:28:31 +0800 Subject: [PATCH] perf: update nginx config path --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index fdd39e2..77fb2d5 100755 --- a/init.sh +++ b/init.sh @@ -155,7 +155,7 @@ function copy_versions_to_core() { function config_gzip() { if [[ "${GZIP}" == "off" ]]; then - sed -i "s@gzip .*;@gzip ${GZIP};@g" /etc/nginx/conf.d/*.conf + sed -i "s@gzip .*;@gzip ${GZIP};@g" /etc/nginx/nginx.conf fi }