From b2ce5c3783779a3b3807be6d85a9dc891ce3c181 Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 4 Nov 2023 22:36:16 +0800 Subject: [PATCH] pref: update nginx config --- nginx/conf.d/www.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/conf.d/www.conf b/nginx/conf.d/www.conf index f2b455a..1caa725 100644 --- a/nginx/conf.d/www.conf +++ b/nginx/conf.d/www.conf @@ -1,7 +1,7 @@ server { listen 80; listen [::]:80; - server_name www.xn--fiqa592br0dm3gfp6c.com + server_name www.xn--fiqa592br0dm3gfp6c.com; location / { rewrite ^/(.*) https://www.hfbz.com/ permanent;