mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Merge pull request #357 from netchild/docs_freebsd
Add FreeBSD related install instructions.
This commit is contained in:
commit
6944b14bea
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -56,6 +56,8 @@ Please make sure you are subscribed to Github Notifications to be notified when
|
|||
************************************************
|
||||
<img src="https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/blob/master/.assets/step-1.png"/>
|
||||
|
||||
##### Linux
|
||||
|
||||
Download install-ngxblocker to your /usr/local/sbin/directory and make the script executable.
|
||||
|
||||
```
|
||||
|
@ -69,6 +71,20 @@ If your Linux distribution does not have wget you can replace the wget command a
|
|||
curl -sL https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/install-ngxblocker -o /usr/local/sbin/install-ngxblocker
|
||||
```
|
||||
|
||||
##### FreeBSD
|
||||
|
||||
Install the package.
|
||||
|
||||
```
|
||||
pkg install www/nginx-ultimate-bad-bot-blocker
|
||||
```
|
||||
|
||||
Alternatively install via portmaster:
|
||||
|
||||
```
|
||||
portmaster www/nginx-ultimate-bad-bot-blocker
|
||||
```
|
||||
|
||||
************************************************
|
||||
<img src="https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/blob/master/.assets/step-2.png"/>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue