爱小牛44

server { listen 80; server_name www.a.com a.com; root /home/wwwroot/a/; index index.html index.php; if ( $host = 'a.com' ) { rewrite ^/(.*)$ https://www.a.com/$1...