generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2016-07-08 03:35:11 +02:00
parent 45a47531df
commit 45be35eb00

View File

@@ -66,6 +66,13 @@ Your list of trusted domains that users can log into. Specifying trusted
domains prevents host header poisoning. Do not remove this, as it performs
necessary security checks.
You can specify:
- the exact hostname of your host or virtual host, e.g. demo.example.org.
- the exact hostname with permitted port, e.g. demo.example.org:443.
This disallows all other ports on this host
- use * as a wildcard, e.g. ubos-raspberry-pi*.local will allow
ubos-raspberry-pi.local and ubos-raspberry-pi-2.local
::
'datadirectory' => '/var/www/nextcloud/data',