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