Explain why everything in the sites-enabled folder is included

This commit is contained in:
Eric Lewis 2015-06-11 10:27:20 -04:00
parent 8e361ed61a
commit 01cefcda17
1 changed files with 3 additions and 0 deletions

View File

@ -130,5 +130,8 @@ 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.
include sites-enabled/*;
}