-
-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(regression) nested server directives when using SSL vhost #186
Comments
Hmm. You're right, but to undo the changes mean return error. We need a different implementation priorities. |
What error are you receiving? Could you include a copy of your manifest that's returning an error? If you outline the problem you're actually trying to solve because it will make working out a solution easier, in a way that won't cause regressions. |
Sorry, it's my error. ohohoh, I need more sleep ... And need changes user priority for location s/400-499, 501-599/401-499, 501-599/ in manual. James, please merge this fix. |
This reverts commit 5ee2f65. Fixes voxpupuli#186
PR #184 changed the priority of the vhost file fragments, so the templates will be combined in this order when SSL vhost is used (first number is the priority):
The
server
directive and the relevant closing braces are now:This creates a nested
server
directive which is invalid.The text was updated successfully, but these errors were encountered: