nginxでip入力によるアクセスをドメインにリダイレクトする

SeoSiteCheckupのIP Canonicalization Testに引っかかった場合、
nginx.confに以下を追加

server {
    #IP Canonicalization
    server_name [ip address];
    return 301 http://[domain name];
}

nginxの再起動

systemctl restart nginx

参考サイト

https://geekflare.com/redirect-ip-request-to-domain-url-test-and-fix-ip-canonical-issue/

シェアする

  • このエントリーをはてなブックマークに追加

フォローする