mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Test install-ngxblocker creates custom folders.
This commit is contained in:
parent
809857c39a
commit
1de0f4987b
1 changed files with 4 additions and 4 deletions
|
@ -103,10 +103,10 @@ sudo chmod +x /usr/sbin/install-ngxblocker
|
|||
# Let's create a folder for the bots.d and conf.d not using Nginx standards
|
||||
# *************************************************************************
|
||||
|
||||
printf '\n%s\n%s\n%s\n\n' "#####################################" "Create our Non-Standard Nginx Folders" "#####################################"
|
||||
sudo mkdir /usr/local/nginx
|
||||
sudo mkdir /usr/local/nginx/conf.d
|
||||
sudo mkdir /usr/local/nginx/bots.d
|
||||
#printf '\n%s\n%s\n%s\n\n' "#####################################" "Create our Non-Standard Nginx Folders" "#####################################"
|
||||
#sudo mkdir /usr/local/nginx
|
||||
#sudo mkdir /usr/local/nginx/conf.d
|
||||
#sudo mkdir /usr/local/nginx/bots.d
|
||||
|
||||
# **********************
|
||||
# Run Install-NgxBlocker
|
||||
|
|
Loading…
Add table
Reference in a new issue