Enable pretty URLs (https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html\#pretty-urls)
This commit is contained in:
parent
f2774b9c38
commit
a80e672558
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ $CONFIG = array (
|
||||||
'legacy_auth' => false,
|
'legacy_auth' => false,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'overwrite.cli.url' => 'https://<%= @site_name %>',
|
'overwrite.cli.url' => 'https://<%= @site_name %>/',
|
||||||
|
'htaccess.RewriteBase' => '/',
|
||||||
'overwritehost' => '<%= @site_name %>',
|
'overwritehost' => '<%= @site_name %>',
|
||||||
'overwriteprotocol' => 'https',
|
'overwriteprotocol' => 'https',
|
||||||
'passwordsalt' => '<%= @passwordsalt %>',
|
'passwordsalt' => '<%= @passwordsalt %>',
|
||||||
|
|
Loading…
Add table
Reference in a new issue