From 033cac5d1caa096cc4b54e66c07eb633fee0c36d Mon Sep 17 00:00:00 2001 From: gau1991 Date: Thu, 6 Nov 2014 12:57:10 +0530 Subject: [PATCH] Added comment --- config/nginx/common/locations.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/nginx/common/locations.conf b/config/nginx/common/locations.conf index 3265ae25..01f3013f 100644 --- a/config/nginx/common/locations.conf +++ b/config/nginx/common/locations.conf @@ -9,6 +9,8 @@ location = /favicon.ico { } location = /robots.txt { + # Some WordPress plugin gererate robots.txt file + # Refer #340 issue try_files $uri $uri/ /index.php?$args; access_log off; log_not_found off;