From afb19ae80c364a623001b81a68d80c2a708d38de Mon Sep 17 00:00:00 2001 From: Stefano Baldo Date: Thu, 9 Nov 2017 15:28:27 -0200 Subject: [PATCH] Directive include should be terminated by ";" --- MANUAL-CONFIGURATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANUAL-CONFIGURATION.md b/MANUAL-CONFIGURATION.md index a03d8f3d3..9fc2be284 100755 --- a/MANUAL-CONFIGURATION.md +++ b/MANUAL-CONFIGURATION.md @@ -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/*;` ************************************************