mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
NC 14.0.1 requires the terminal /
for overwrite.cli.url when going to the root. Maybe required as well for other paths?
This commit is contained in:
@@ -318,7 +318,7 @@ must be writable by the HTTP user. Then you can set in the :file:`config.php` tw
|
||||
|
||||
if your setup is available on ``https://example.org/nextcloud`` or::
|
||||
|
||||
'overwrite.cli.url' => 'https://example.org',
|
||||
'overwrite.cli.url' => 'https://example.org/',
|
||||
'htaccess.RewriteBase' => '/',
|
||||
|
||||
if it isn't installed in a subfolder. Finally run this occ-command to update
|
||||
|
||||
Reference in New Issue
Block a user