From 668e62bf3c2becd8d379fa56f666cbeaecee1c36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Wed, 16 Mar 2016 17:18:45 +0100 Subject: [PATCH] Esysta: new path aliases --- .../test-portal-esysta-com.pixelpark.net.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/customer/emperra/test-portal-esysta-com.pixelpark.net.yaml b/customer/emperra/test-portal-esysta-com.pixelpark.net.yaml index 170006e8..a9409130 100644 --- a/customer/emperra/test-portal-esysta-com.pixelpark.net.yaml +++ b/customer/emperra/test-portal-esysta-com.pixelpark.net.yaml @@ -213,6 +213,8 @@ site::profile::apache::vhosts: path: '/var/www/esysta/develop/media' - alias: '/site-video' path: '/var/www/esysta/develop/site-video' + - alias: '/static' + path: '/var/www/esysta/develop/static' arzt-master: servername: arzt-master-esysta-com.pixelpark.net @@ -253,6 +255,8 @@ site::profile::apache::vhosts: path: '/var/www/esysta/master/media' - alias: '/site-video' path: '/var/www/esysta/master/site-video' + - alias: '/static' + path: '/var/www/esysta/master/static' arzt-sandbox: @@ -294,6 +298,8 @@ site::profile::apache::vhosts: path: '/var/www/esysta/sandbox/media' - alias: '/site-video' path: '/var/www/esysta/sandbox/site-video' + - alias: '/static' + path: '/var/www/esysta/sandbox/static' portal-develop: @@ -335,6 +341,9 @@ site::profile::apache::vhosts: path: '/var/www/esysta/develop/media' - alias: '/site-video' path: '/var/www/esysta/develop/site-video' + - alias: '/static' + path: '/var/www/esysta/develop/static' + custom_fragment: | SetEnvIfNoCase ^X_DEVICE_ID$ ^(.*)$ fix_device_id=$1 RequestHeader set X-DEVICE-ID %%{BLUBB}{fix_device_id}e env=fix_device_id @@ -390,6 +399,8 @@ site::profile::apache::vhosts: path: '/var/www/esysta/master/media' - alias: '/site-video' path: '/var/www/esysta/master/site-video' + - alias: '/static' + path: '/var/www/esysta/master/static' custom_fragment: | SetEnvIfNoCase ^X_DEVICE_ID$ ^(.*)$ fix_device_id=$1 RequestHeader set X-DEVICE-ID %%{BLUBB}{fix_device_id}e env=fix_device_id @@ -445,6 +456,8 @@ site::profile::apache::vhosts: path: '/var/www/esysta/sandbox/media' - alias: '/site-video' path: '/var/www/esysta/sandbox/site-video' + - alias: '/static' + path: '/var/www/esysta/sandbox/static' custom_fragment: | SetEnvIfNoCase ^X_DEVICE_ID$ ^(.*)$ fix_device_id=$1 RequestHeader set X-DEVICE-ID %%{BLUBB}{fix_device_id}e env=fix_device_id @@ -502,6 +515,8 @@ site::profile::apache::vhosts: path: '/var/www/esysta/develop/media' - alias: '/site-video' path: '/var/www/esysta/develop/site-video' + - alias: '/static' + path: '/var/www/esysta/develop/static' mitarbeiter-master: servername: mitarbeiter-master-esysta-com.pixelpark.net @@ -541,6 +556,8 @@ site::profile::apache::vhosts: path: '/var/www/esysta/master/media' - alias: '/site-video' path: '/var/www/esysta/master/site-video' + - alias: '/static' + path: '/var/www/esysta/master/static' mitarbeiter-sandbox: servername: mitarbeiter-sandbox-esysta-com.pixelpark.net @@ -581,3 +598,5 @@ site::profile::apache::vhosts: path: '/var/www/esysta/sandbox/media' - alias: '/site-video' path: '/var/www/esysta/sandbox/site-video' + - alias: '/static' + path: '/var/www/esysta/sandbox/static' -- 2.39.5