From 409da3e4495e5bc30f409568041d43acd643e912 Mon Sep 17 00:00:00 2001 From: Chris Burgess <chris@giantrobot.co.nz> Date: Wed, 13 May 2020 19:14:10 +1200 Subject: [PATCH] Move config file location docs (#1328) --- docs/simplesamlphp-install.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/simplesamlphp-install.md b/docs/simplesamlphp-install.md index 09ec60c3a..cd7fa4b29 100644 --- a/docs/simplesamlphp-install.md +++ b/docs/simplesamlphp-install.md @@ -110,7 +110,10 @@ startup indicating how and what you need to update. You should look through the directory after the upgrade to see whether recommended defaults have been changed. -### Alternative location for configuration files +Configuration +------------- + +### Location of configuration files By default, SimpleSAMLphp looks for its configuration in the `config` directory in the root of its own directory. This has some drawbacks, like making it harder to update SimpleSAMLphp or to install it as a composer dependency, or to -- GitLab