From f5e85ab9aa737a62be19bb3f1b0ce24b0d3a58da Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Mon, 16 Jul 2018 14:40:46 +0200 Subject: [PATCH] spk-jenkins - fix proxy --- .../spk-jenkins/stage-services01.sfp.devops.pixelpark.net.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/spk-jenkins/stage-services01.sfp.devops.pixelpark.net.yaml b/customer/spk-jenkins/stage-services01.sfp.devops.pixelpark.net.yaml index e2da57c7..93f62da7 100644 --- a/customer/spk-jenkins/stage-services01.sfp.devops.pixelpark.net.yaml +++ b/customer/spk-jenkins/stage-services01.sfp.devops.pixelpark.net.yaml @@ -15,7 +15,7 @@ infra::profile::apache::pp_vhosts: ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem' proxy_preserve_host: true proxy_pass: - - { path: /nexus, url: 'http://127.0.0.1:8081/' } + - { path: /nexus, url: 'http://127.0.0.1:8081/nexus/' } directories: # Root Directory - provider: directory -- 2.39.5