generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2016-11-19 03:35:12 +01:00
parent fecf906205
commit da7f487efd

View File

@@ -504,6 +504,18 @@ conditions are met Nextcloud uses URLs without index.php in it:
- `mod_rewrite` is installed
- `mod_env` is installed
::
'htaccess.IgnoreFrontController' => false,
For server setups, that don't have `mod_env` enabled or restricted (e.g. suEXEC)
this parameter has to be set to true and will assume mod_rewrite.
Please check, if `mod_rewrite` is active and functional before setting this
parameter and you updated your .htaccess with `occ maintenance:update:htaccess`.
Otherwise your nextcloud installation might not be reachable anymore.
For example, try accessing resources by leaving out `index.php` in the URL.
::
'proxy' => '',