pref: update nginx config

This commit is contained in:
thehrz 2023-08-11 12:58:26 +08:00
parent d982293667
commit b6a75d4020
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -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;
}
}