From 43875470d0bec7d69aae91be272a8f84811471b5 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 20 Jan 2025 17:31:36 +0300 Subject: [PATCH] fix --- nginx/nginx-dev/config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx-dev/config/nginx.conf b/nginx/nginx-dev/config/nginx.conf index 2ca1e3a..5e77885 100644 --- a/nginx/nginx-dev/config/nginx.conf +++ b/nginx/nginx-dev/config/nginx.conf @@ -8,6 +8,6 @@ http { '' close; } - include ./guavo.conf; + # include ./guavo.conf; include ./sprinthub.conf; } \ No newline at end of file -- 2.45.2