Merge pull request #106 from ericandrewlewis/master

Explain why everything in the sites-enabled folder is included
This commit is contained in:
Andy Dawson 2015-06-12 16:41:37 +02:00
commit 72f441c327
1 changed files with 4 additions and 0 deletions

View File

@ -130,5 +130,9 @@ http {
# a specific directory, or on an individual server{} level.
# gzip_static on;
# 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.
# See doc/sites-enabled.md for more info.
include sites-enabled/*;
}