Skip to content
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

Semicolons for global configuration break nginx #1476

Closed
AaronME opened this issue Oct 5, 2017 · 0 comments · Fixed by #1477
Closed

Semicolons for global configuration break nginx #1476

AaronME opened this issue Oct 5, 2017 · 0 comments · Fixed by #1477

Comments

@AaronME
Copy link

AaronME commented Oct 5, 2017

The semicolons at the end of lines 286, 404, and 822 in nginx.tmpl are causing the following error:

2017/10/05 01:16:37 [emerg] 781#781: unexpected ";" in /tmp/nginx-cfg651377777:204
nginx: [emerg] unexpected ";" in /tmp/nginx-cfg651377777:204
nginx: configuration file /tmp/nginx-cfg651377777 test failed

Because we are inserting a block, the semicolon always winds up on it's own line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@AaronME and others