diff --git a/letsencrypt-nginx/conf/git.conf b/letsencrypt-nginx/conf/git.conf index ca64ba4..3f8e5a0 100644 --- a/letsencrypt-nginx/conf/git.conf +++ b/letsencrypt-nginx/conf/git.conf @@ -125,21 +125,22 @@ server { location ~ ${GIT_LOCATION}(.*) { resolver 127.0.0.11 ipv6=off valid=30s; ## internal docker dns sub_filter '' ' - - - '; + + + '; + set ${DOLLAR}upstream ${GIT_PROXY_PASS}${DOLLAR}1${DOLLAR}is_args${DOLLAR}args; proxy_pass ${DOLLAR}upstream; }