Merge pull request #109 from stefanobaldo/patch-1

Directive include should be terminated by ";"
This commit is contained in:
Mitchell Krog 2017-11-10 09:47:19 +02:00 committed by GitHub
commit 52254428b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,7 +181,7 @@ The server_names_hash settings allows Nginx Server to load this very large list
**MAKE SURE** that your nginx.conf file contains the following include directive. If it's commented out make sure to uncomment it or none of this will work.
- `include /etc/nginx/conf.d/*`
- `include /etc/nginx/conf.d/*;`
************************************************