diff --git a/nginx/conf.d/root.conf b/nginx/conf.d/root.conf index 5a9d5f2..bdfed8a 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/$request_uri; + return 301 https://www.19yuke2.cn/$request_uri/; } } \ No newline at end of file