Add an inline documentation link to the sites-enabled documentation page.

This commit is contained in:
Eric Andrew Lewis 2015-06-12 09:52:16 -04:00
parent 01cefcda17
commit 01af1c1e43
1 changed files with 2 additions and 1 deletions

View File

@ -130,8 +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
# 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/*;
}