Updated Readme to include important note about adding includes within a server {} block.

This commit is contained in:
Mitchell Krog (Desktop) 2016-12-01 18:41:22 +02:00
parent def5f3dd06
commit 8afd1d9d9d

View file

@ -191,7 +191,8 @@ agents are rate limited using a different rate limiting rule at the bottom of th
####Third Step:
Open a site config file for Nginx (just one for now) and add the following lines
Open a site config file for Nginx (just one for now) and add the following lines.
##### IMPORTANT: includes MUST be added within a server {} block otherwise you will get EMERG errors from Nginx
- `include /etc/nginx/bots.d/blockbots.conf;`