From 27c7a0a11d3dcbe1af7e66524a58443d3681fccd Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Tue, 5 May 2020 13:56:47 +0100 Subject: [PATCH] . --- letsencrypt-nginx/conf/git.conf | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) 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; }