mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Fix Typo Closes: #320 [ci skip]
This commit is contained in:
parent
d43d2c9f67
commit
1029dc6275
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Download install-ngxblocker to your /usr/local/sbin/directory and make the scrip
|
|||
|
||||
```
|
||||
sudo wget https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/install-ngxblocker -O /usr/local/sbin/install-ngxblocker
|
||||
sudo chmod +x /usr/sbin/install-ngxblocker
|
||||
sudo chmod +x /usr/local/sbin/install-ngxblocker
|
||||
```
|
||||
|
||||
If your Linux distribution does not have wget you can replace the wget command above using curl as follows:
|
||||
|
|
Loading…
Add table
Reference in a new issue