From 2d563317e3cd84fbe2b17062ee118c9be8f6989f Mon Sep 17 00:00:00 2001 From: moicen Date: Wed, 9 Apr 2025 14:16:54 +0800 Subject: [PATCH] update directory --- conf/huiwings/tech.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/huiwings/tech.conf b/conf/huiwings/tech.conf index b10a025..1ea75de 100644 --- a/conf/huiwings/tech.conf +++ b/conf/huiwings/tech.conf @@ -21,7 +21,7 @@ server { proxy_set_header X-Forwarded-Host $remote_addr; } - root $resty_loc/nginx/html/tech-blog; + root $resty_loc/nginx/html/huiwing/tech-blog; index index.html; }