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
a5a878546b
commit
422c663267
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,6 @@ server {
|
||||||
access_log /var/log/nginx/yourdomain.com-access.log;
|
access_log /var/log/nginx/yourdomain.com-access.log;
|
||||||
error_log /var/log/nginx/yourdomain.com-error.log;
|
error_log /var/log/nginx/yourdomain.com-error.log;
|
||||||
|
|
||||||
# Include Any Custom Configurations Here
|
|
||||||
|
|
||||||
# SSL Configuration
|
# SSL Configuration
|
||||||
# First include our certificates and chain of trust - Using Let's Encrypt Free SSL
|
# First include our certificates and chain of trust - Using Let's Encrypt Free SSL
|
||||||
ssl_certificate /etc/letsencrypt/live/yourdomain.com/fullchain.pem;
|
ssl_certificate /etc/letsencrypt/live/yourdomain.com/fullchain.pem;
|
||||||
|
@ -124,6 +122,8 @@ server {
|
||||||
include /etc/nginx/bots.d/blockbots.conf;
|
include /etc/nginx/bots.d/blockbots.conf;
|
||||||
include /etc/nginx/bots.d/ddos.conf;
|
include /etc/nginx/bots.d/ddos.conf;
|
||||||
|
|
||||||
|
# Include Any Custom Configurations Here
|
||||||
|
|
||||||
# END OF SSL HOST CONFIG - CLOSING BRACE BELOW THIS LINE
|
# END OF SSL HOST CONFIG - CLOSING BRACE BELOW THIS LINE
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
|
|
Loading…
Add table
Reference in a new issue