From 6a073282ceb84c95e54effca8da3edbb25a798b7 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Tue, 5 May 2020 13:22:56 +0100 Subject: [PATCH] . --- letsencrypt-nginx/conf/git.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/letsencrypt-nginx/conf/git.conf b/letsencrypt-nginx/conf/git.conf index 348bcbe..ca64ba4 100644 --- a/letsencrypt-nginx/conf/git.conf +++ b/letsencrypt-nginx/conf/git.conf @@ -124,6 +124,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; }