Nama domain saya ialah example.com
Saya mahu www.example.com melompat ke example.com
Konfigurasi nginx saya ialah
server { listen 80; server_name www.example.com example.com; root /var/www/web; if ($http_host == "www.example.com") { rewrite ^ http://example.com$request_uri permanent; }
Tidak. . .
认证高级PHP讲师