Enable pretty URLs (https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html\#pretty-urls) #3

Merged
lasse merged 1 commit from pretty_urls into testing 2025-02-13 12:53:39 +00:00

View file

@ -64,6 +64,7 @@ $CONFIG = array (
'gss.mode' => '<%= @gss_mode %>',
'gss.user.discovery.module' => '\\OCA\\GlobalSiteSelector\\UserDiscoveryModules\\ManualUserMapping',
'gss.username_format' => 'sanitize',
'htaccess.RewriteBase' => '/',
'installed' => true,
'instanceid' => '<%= @instanceid %>',
'integrity.check.disabled' => true,
@ -105,7 +106,7 @@ $CONFIG = array (
'legacy_auth' => false,
),
),
'overwrite.cli.url' => 'https://<%= @site_name %>',
'overwrite.cli.url' => 'https://<%= @site_name %>/',
richir marked this conversation as resolved Outdated

Think it's alphabetical order in the file 🔡

Think it's alphabetical order in the file 🔡
Outdated
Review

Fixed

Fixed
'overwritehost' => '<%= @site_name %>',
'overwriteprotocol' => 'https',
'passwordsalt' => '<%= @passwordsalt %>',