HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/nginx/2foodfactor-bots.conf
if ($http_user_agent ~* (ZoteroTranslationServer|2345Explorer|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|monitor|uptime|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 ~ ^/\.user\.ini {
    deny all;
}

location ~* /.*.sql$ {
    deny all;
}

### Delete below this line to enable Jetpack