From 68a54c705e87f2cc4e0129c7834cabadc3b67794 Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 5 Aug 2023 19:33:42 +0800 Subject: [PATCH] pref: update nginx config --- nginx/conf.d/root.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/conf.d/root.conf b/nginx/conf.d/root.conf index 43d9bf8..5a9d5f2 100644 --- a/nginx/conf.d/root.conf +++ b/nginx/conf.d/root.conf @@ -4,6 +4,6 @@ server { server_name 19yuke2.cn; location / { - return 301 https://www.19yuke2.cn; + return 301 https://www.19yuke2.cn/$request_uri; } } \ No newline at end of file