File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ $config = [
2424 *
2525 * The full url format is useful if your SimpleSAMLphp setup is hosted behind
2626 * a reverse proxy. In that case you can specify the external url here.
27+ * Specifying the full URL including https: will let SimpleSAMLphp know
28+ * that it runs on HTTPS even if the backend server is plain HTTP.
2729 *
2830 * Please note that SimpleSAMLphp will then redirect all queries to the
2931 * external url, no matter where you come from (direct access or via the
@@ -340,6 +342,9 @@ $config = [
340342 *
341343 * Options: [syslog,file,errorlog,stderr]
342344 *
345+ * If you set the handler to 'file', the directory specified in loggingdir above
346+ * must exist and be writable for SimpleSAMLphp. If set to something else, set
347+ * loggingdir above to 'null'.
343348 */
344349 'logging.level' => SimpleSAML\Logger::NOTICE,
345350 'logging.handler' => 'syslog',
You can’t perform that action at this time.
0 commit comments