From 8afd1d9d9db24251cf570fd8d15b2407f32b377a Mon Sep 17 00:00:00 2001 From: "Mitchell Krog (Desktop)" Date: Thu, 1 Dec 2016 18:41:22 +0200 Subject: [PATCH] Updated Readme to include important note about adding includes within a server {} block. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f98e483..3fba1767a 100644 --- a/README.md +++ b/README.md @@ -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;`