We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The semicolons at the end of lines 286, 404, and 822 in nginx.tmpl are causing the following error:
Because we are inserting a block, the semicolon always winds up on it's own line.
The text was updated successfully, but these errors were encountered: