From: Oliver Böttcher Date: Mon, 27 Nov 2017 12:46:03 +0000 (+0100) Subject: Pixelpark - changed awx port X-Git-Tag: v0.1.0~1993^2~4 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=7a25c2b03b082d55c2f43ca7ad7a132759743a16;p=pixelpark%2Fhiera.git Pixelpark - changed awx port --- diff --git a/customer/pixelpark/deploy.pixelpark.com.yaml b/customer/pixelpark/deploy.pixelpark.com.yaml index 629fa2cf..3ce55599 100644 --- a/customer/pixelpark/deploy.pixelpark.com.yaml +++ b/customer/pixelpark/deploy.pixelpark.com.yaml @@ -65,6 +65,6 @@ infra::profile::apache::pp_vhosts: rewrite_cond: - '%%{ich-trickse}{HTTP:Upgrade} =websocket [NC]' rewrite_rule: - - '/(.*) ws://localhost:9090/$1 [P,L]' + - '/(.*) ws://localhost:8052/$1 [P,L]' proxy_pass: - - { path: /, url: 'http://localhost:9090/' } + - { path: /, url: 'http://localhost:8082/' }