From 5934741e15a8a2833491e6cf05dc0baad75cbceb Mon Sep 17 00:00:00 2001 From: beilharz Date: Wed, 25 Nov 2015 09:49:15 +0100 Subject: [PATCH] Update nginx.conf Typo: sites-available should be sites-enabled --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index dbaaab0..8477df2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -128,7 +128,7 @@ http { # Include files in the sites-enabled folder. server{} configuration files should be # placed in the sites-available folder, and then the configuration should be enabled - # by creating a symlink to it in the sites-available folder. + # by creating a symlink to it in the sites-enabled folder. # See doc/sites-enabled.md for more info. include sites-enabled/*; }