Nginx将通过IP访问重定向时间:2023-03-08 18:55:24 server { listen 80 default_server; server_name localhost; location / { rewrite ^ http://www.xxx.com/?from-xxx; }}