-
Notifications
You must be signed in to change notification settings - Fork 126
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
"upstream" directive is not allowed here #226
Comments
Can you give an example of your deployment (containers, labels, etc) so I can try to re-create. Thanks! |
|
@ehazlett this is our docker-compose.yml file |
@ehazlett were you able to recreate the problem? |
I haven't yet. I'm hoping to get to it today. |
@ehazlett any luck? |
@sjoshi10 hey sorry for the delay. i'm not able to reproduce this on my end. Do you have any other apps that are running that could be conflicting? |
@ehazlett Hey, we deployed this to UCP. We are getting this error because the nginx.conf that interlock produces is missing curly braces. |
|
2017/07/17 13:33:00 [emerg] 92#92: "upstream" directive is not allowed here in /etc/nginx/nginx.conf:95 @ehazlett |
@ehazlett I am still seeing that error after using that image. |
@ehazlett any idea why it's still happening? |
still... |
This should have been fixed. Try the 1.4.4 release
(ehazlett/interlock:1.4.4).
…On Feb 18, 2018 03:44, "asteroids" ***@***.***> wrote:
still...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#226 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAP6Iui_iBHOvKJnxjOocNGG1yy7hAEPks5tV-LggaJpZM4OZ-5U>
.
|
Hey @ehazlett , we are getting this error when we upgraded to interlock 1.4.0. We had to update nginx.conf template file to get it working. This is the error we are seeing:
2017/07/17 13:33:00 [emerg] 92#92: "upstream" directive is not allowed here in /etc/nginx/nginx.conf:95
nginx: [emerg] "upstream" directive is not allowed here in /etc/nginx/nginx.conf:95
The text was updated successfully, but these errors were encountered: