-
Notifications
You must be signed in to change notification settings - Fork 21
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
Using multiple domain names causes an error #25
Comments
Having a quick look at the code I couldn't find any obvious problem. |
Working fine, then added back I captured the config by forking the ecs-nginx-proxy Dockerfile with this diff:
Error:
Generated Config:
|
After some digging, its not supposed to be whitespace separated (what your docs say), but comma separated. Doing this with a comma no longer errors, but does not foward as expected (all versions of the domain name result in a page with
Im pretty sure that this is valid:
But this is not:
I think the final result should be:
|
What should probably happen here is that the |
I will check this PR again #18 |
One thing you could do is inject methods into the golang template library. Thats what we do with gliderlabs/sigil. |
Sorry, turns out dockerhub only had old versions. I improved the process now. |
docker inspect on my app container shows:
My task definition:
However the reverse proxy errors with:
The text was updated successfully, but these errors were encountered: