From 50c7dc2a3aec4d2f7230bfec35ed2739c486139e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Bu=C3=9Fmeyer?= Date: Wed, 6 Jul 2016 15:10:50 +0200 Subject: [PATCH] Add absolute paths. --- customer/spd/development.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customer/spd/development.yaml b/customer/spd/development.yaml index 668b9c81..552903a6 100644 --- a/customer/spd/development.yaml +++ b/customer/spd/development.yaml @@ -62,14 +62,14 @@ site::profile::typo3::projects: headers_ssl: - 'always set Strict-Transport-Security "max-age=31556926"' setenv: - - "SIMPLESAMLPHP_CONFIG_DIR %{docroot}/typo3conf/simplesamlphp/config" + - "SIMPLESAMLPHP_CONFIG_DIR /srv/www/www-spd-de.pixelpark.net/typo3conf/simplesamlphp/config" aliases: alias: '/simplesaml' - path: "%{docroot}/typo3conf/simplesamlphp/www" + path: "/srv/www/www-spd-de.pixelpark.net/typo3conf/simplesamlphp/www" directories: - directory_simplesamlphp: provider: 'directory' - path: "%{docroot}/typo3conf/simplesamlphp" + path: "/srv/www/www-spd-de.pixelpark.net/typo3conf/simplesamlphp" - location1: provider: location path: '/' -- 2.39.5