Enable pretty URLs (https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html\#pretty-urls) #3
1 changed files with 2 additions and 1 deletions
|
@ -64,6 +64,7 @@ $CONFIG = array (
|
||||||
'gss.mode' => '<%= @gss_mode %>',
|
'gss.mode' => '<%= @gss_mode %>',
|
||||||
'gss.user.discovery.module' => '\\OCA\\GlobalSiteSelector\\UserDiscoveryModules\\ManualUserMapping',
|
'gss.user.discovery.module' => '\\OCA\\GlobalSiteSelector\\UserDiscoveryModules\\ManualUserMapping',
|
||||||
'gss.username_format' => 'sanitize',
|
'gss.username_format' => 'sanitize',
|
||||||
|
'htaccess.RewriteBase' => '/',
|
||||||
'installed' => true,
|
'installed' => true,
|
||||||
'instanceid' => '<%= @instanceid %>',
|
'instanceid' => '<%= @instanceid %>',
|
||||||
'integrity.check.disabled' => true,
|
'integrity.check.disabled' => true,
|
||||||
|
@ -105,7 +106,7 @@ $CONFIG = array (
|
||||||
'legacy_auth' => false,
|
'legacy_auth' => false,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'overwrite.cli.url' => 'https://<%= @site_name %>',
|
'overwrite.cli.url' => 'https://<%= @site_name %>/',
|
||||||
richir marked this conversation as resolved
Outdated
|
|||||||
'overwritehost' => '<%= @site_name %>',
|
'overwritehost' => '<%= @site_name %>',
|
||||||
'overwriteprotocol' => 'https',
|
'overwriteprotocol' => 'https',
|
||||||
'passwordsalt' => '<%= @passwordsalt %>',
|
'passwordsalt' => '<%= @passwordsalt %>',
|
||||||
|
|
Loading…
Add table
Reference in a new issue
Think it's alphabetical order in the file 🔡
Fixed