From 7bb2936dc873df510ba128d30939dcdd3df90ecd Mon Sep 17 00:00:00 2001 From: Steve Friedman Date: Sun, 28 Feb 2016 17:04:23 -0500 Subject: [PATCH] add https option to nginx proxy --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index c4e32d1..9cb0e5f 100644 --- a/config +++ b/config @@ -26,3 +26,6 @@ GERRIT_ADMIN_EMAIL=admin@example.com ## an existing nexus server instead. ## Jenkins uses NEXUS_WEBURL to setup maven repository mirror. #NEXUS_WEBURL=http://127.0.0.1/nexus + +# set to 1 to use HTTPS in the proxy +NGINX_USE_HTTPS=1