diff --git a/config/nginx.conf b/config/nginx.conf index db81a65..a5f21b7 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -23,7 +23,7 @@ server { server { listen 80; server_name www.access-pmr.com www.pmr.quartz.xyz pmr.quartz.xyz; - rewrite ^(.*) http://pmr.quartz.xyz permanent; + rewrite ^(.*) http://access-pmr.com permanent; }