Directive include should be terminated by ";"

This commit is contained in:
Stefano Baldo 2017-11-09 15:28:27 -02:00 committed by GitHub
parent 8cd42caa4c
commit afb19ae80c
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/*;`
************************************************