, February 14, 2017 3:08 PM
To: nginx@nginx.org
Subject: Including Multiple Server Blocks via wildcard
In my main nginx.conf file I am doing an include for various files to include
multiple server blocks (1 block per file) If I use a wildcard include the
https servers break but the http server
In my main nginx.conf file I am doing an include for various files to include
multiple server blocks (1 block per file) If I use a wildcard include the
https servers break but the http server is fine Example
include /servers/*;
this would include 3 server blocks
1 http
2 https
If