补充百度网站改版的Nginx配置
2023/03/18 13:14:34
- return 301 http://www.456.com$request_uri; access_log off; listen 443 ssl http2; server_name 123.com www.123.com; return 301 https://www.456.com$request_uri; access_log off;