Merge pull request #122 from beilharz/patch-1

Update nginx.conf: Typo in a comment
This commit is contained in:
Andy Dawson 2015-12-03 11:51:05 +01:00
commit 6e4b16c4cf
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ http {
# Include files in the sites-enabled folder. server{} configuration files should be # 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 # 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. # See doc/sites-enabled.md for more info.
include sites-enabled/*; include sites-enabled/*;
} }