nginx適用,請參考以下規則
例如禁止訪問/wp-admin/install.php
location ~ ^/wp-admin/install.php { deny all; log_not_found off; access_log off; }