idflorin
hi, you use this : https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker right?
can i ask you some questions?
i try to install it but doesnt work,
i dont know how to config in install-ngxblocker, setup-ngxblocker, update-ngxblocker because there are some line like this:
WWW=var/www
VHOST_EXT="vhost"
VHOST_DIR=/www/server/panel/vhost
BOTS_DIR=/etc/nginx/bots.d
CONF_DIR=/etc/nginx/conf.d
MAIN_CONF=/etc/nginx/nginx.conf
INSTALLER=/usr/local/sbin/install-ngxblocker
i changed it to this:
WWW=/www/server
VHOST_EXT="vhost"
VHOST_DIR=/www/server/panel/vhost
BOTS_DIR=/www/server/nginx/conf/bots.d
CONF_DIR=/www/server/nginx/conf/conf.d
MAIN_CONF=/www/server/nginx/conf/nginx.conf
INSTALLER=/usr/local/sbin/install-ngxblocker
But when i restart nginx, it notification failed.
can u help me?