You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the earlier commit's #14#15, I started adding some of the nginx properties via environment variables. It works fine when you have one container running under nginx proxy but when you have multiple containers, values are getting duplicated.
example:
container -1:
key: NGINX_GEN_keepalive_timeout value: 120s
container -2:
key: NGINX_GEN_keepalive_timeout value: 120s
when ecs-gen writes the nginx.conf file it's adding same value twice.
After the earlier commit's #14 #15, I started adding some of the nginx properties via environment variables. It works fine when you have one container running under nginx proxy but when you have multiple containers, values are getting duplicated.
example:
container -1:
key: NGINX_GEN_keepalive_timeout value: 120s
container -2:
key: NGINX_GEN_keepalive_timeout value: 120s
when ecs-gen writes the nginx.conf file it's adding same value twice.
server {
}
How can we avoid duplication and have only one key value? I am not familiar with go html template so any help is appreciated.
@codesuki @smaclell
The text was updated successfully, but these errors were encountered: