From: Oliver Böttcher Date: Thu, 5 Jan 2017 10:33:55 +0000 (+0100) Subject: ODT: correct rewrite X-Git-Tag: v0.1.0~3668^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=89dd4fd191f346fedd60f6b08a22438993d78511;p=pixelpark%2Fhiera.git ODT: correct rewrite --- diff --git a/customer/mbvd-odt/dev-odt-daimler-com.pixelpark.net.yaml b/customer/mbvd-odt/dev-odt-daimler-com.pixelpark.net.yaml index ccdf0d3b..b877dd2e 100644 --- a/customer/mbvd-odt/dev-odt-daimler-com.pixelpark.net.yaml +++ b/customer/mbvd-odt/dev-odt-daimler-com.pixelpark.net.yaml @@ -35,7 +35,7 @@ site::profile::pg_server::backup::days_to_keep: 2 site::profile::pg_server::backup::enable_plain_backups: false site::profile::apache::pp_vhosts: - dev-cms: + dev-odt: docroot: '/var/www' servername: dev-odt-daimler-com.pixelpark.net ssl: true @@ -48,7 +48,7 @@ site::profile::apache::pp_vhosts: rewritecond: - '%{ich-trickse}{REQUEST_URI} !^/.\.html' rewrite_rule: - - '^(.*)$ https://dev-cms-emmt-daimler-com.pixelpark.net$1 [L,R=301]' + - '^(.*)$ https://dev-odt-daimler-com.pixelpark.net$1 [L,R=301]' proxy_preserve_host: true proxy_pass: - { path: /, url: 'ajp://localhost:8009/' }