WS_OK_7.4.33
if ($http_user_agent ~* (ZoteroTranslationServer|2345Explorer|bytedance|2ip|AdstxtBot|amazonbot|applebot|awario|Clickagy|CriteoBot|DuckDuck|EyeMonIT|freshping|GumGum|GnowitNewsbot|magpie|mediacloud|ahrefs|semrush|AmazonAdBot|archive|blex|certytags|coccocbot|dataforseo|opensiteexplorer|dotbot|RU_Bot|MJ12|petal|neeva|MojeekBot|PaperLiBot|SentiBot|SeznamBot|top1mbot|startmebot|UptimeRobot|Yak|yandex|baidu|Quantcastbot|msnbot|trendiction|SEBot|SerendeputyBot|serpstatbot|socialoomph|snailbot|AccompanyBot|webpros|Preload|zoominfo|yacybot|grapeshot|ACICrawler|AvocetCrawler|Centro|IonCrawl|Netvibes|proximic|megaindex|yahoo|semantic|Squidbot|dance|Barkrowler|route53|sogou|request|pingdom|wpmu|go-http)) {
return 200;
}
location = /wp-admin/install.php { deny all; }
location = /nginx.conf { deny all; }
location ~ /\.htaccess$ { deny all; }
location ~ /readme\.html$ { deny all; }
location ~ /readme\.txt$ { deny all; }
location ~ /wp-config.php$ { deny all; }
location ~ ^/wp-admin/includes/ { deny all; }
location ~ ^/wp-includes/[^/]+\.php$ { deny all; }
location ~ ^/wp-includes/js/tinymce/langs/.+\.php$ { deny all; }
location ~ ^/wp-includes/theme-compat/ { deny all; }
location ~* /(?:uploads|content|files)/.*\.php\$ { deny all; }
location ~* /wp-content/.*.php$ {
deny all;
}
location ~ ^/\.user\.ini {
deny all;
}
location ~* /.*.sql$ {
deny all;
}
### Delete below this line to enable Jetpack
location ~* /xmlrpc.php$ {
deny all;
}