Update nginx.conf
Typo: sites-available should be sites-enabled
This commit is contained in:
parent
82181a672a
commit
5934741e15
|
@ -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/*;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue