mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Updated Sample NGINX SSL Site Configuration
This commit is contained in:
parent
36213cc1cf
commit
afddcfa489
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
[](https://www.gitcheese.com/app/#/projects/bc50574f-b6dc-4f08-80d4-f6ba5baf0d43/pledges/create)
|
||||
[](https://www.gitcheese.com/app/#/projects/92bf5669-7d2c-447d-baa4-216ac9e720a6/pledges/create)
|
||||
# NGINX Sample SSL configuration file for the NGINX Ultimate Bad Bot Blocker using a Free SSL Certificate from Let's Encrypt
|
||||
|
||||
The sample NGINX configuration below is for an SSL site and includes the very important http (port 80) redirect to https (Port 443) which a lot of people tend to forget about. The configuration example below uses a Free SSL certificate from https://letsencrypt.org
|
||||
|
@ -141,7 +141,7 @@ server {
|
|||
}
|
||||
```
|
||||
|
||||
### If this helped you why not send some cheese for my mouse [](https://www.gitcheese.com/app/#/projects/bc50574f-b6dc-4f08-80d4-f6ba5baf0d43/pledges/create)
|
||||
### If this helped you why not send some cheese for my mouse [](https://www.gitcheese.com/app/#/projects/92bf5669-7d2c-447d-baa4-216ac9e720a6/pledges/create)
|
||||
|
||||
## CLOUDFLARE CPanel Users
|
||||
If you are running a CPanel system that is running through Cloudflare (quite likely) you should whitelist all the following ranges including of course your own IP(s). Considering adding this as a permament whitelist in the bot blocker by default.
|
||||
|
@ -173,4 +173,4 @@ YOUR.OWN.IP.ADDR;
|
|||
2a06:98c0::/29
|
||||
```
|
||||
|
||||
### If this helped you why not send some cheese for my mouse [](https://www.gitcheese.com/app/#/projects/bc50574f-b6dc-4f08-80d4-f6ba5baf0d43/pledges/create)
|
||||
### If this helped you why not send some cheese for my mouse [](https://www.gitcheese.com/app/#/projects/92bf5669-7d2c-447d-baa4-216ac9e720a6/pledges/create)
|
Loading…
Add table
Reference in a new issue