From 502161d955a871e812022a5a704c9d74d2434b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Tue, 20 May 2014 10:30:45 +0200 Subject: [PATCH] confif: use relative url instead of absolute --- inc/simplesamlphp/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/simplesamlphp/config/config.php b/inc/simplesamlphp/config/config.php index d97ebb2..7404dfd 100644 --- a/inc/simplesamlphp/config/config.php +++ b/inc/simplesamlphp/config/config.php @@ -22,7 +22,7 @@ $config = array ( * external url, no matter where you come from (direct access or via the * reverse proxy). */ - 'baseurlpath' => 'http://www.meyzieu.fr/simplesaml/', + 'baseurlpath' => 'simplesaml/', 'certdir' => 'cert/', 'loggingdir' => 'log/', 'datadir' => 'data/',