Skip to content

Commit

Permalink
L2ACIP-317: enable SEO rewrites through bin/magento
Browse files Browse the repository at this point in the history
  • Loading branch information
yyevgenii committed Aug 21, 2024
1 parent a9469a7 commit 8f29ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m2install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,6 @@ function configure_db()
setConfig 'web/secure/base_url' "${BASE_URL}";
setConfig 'web/unsecure/base_url' "${BASE_URL}";
setConfig 'web/secure/offloader_header' 'X-Forwarded-Proto';
setConfig 'web/seo/use_rewrites' '1';
setConfig 'google/analytics/active' '0';
setConfig 'google/adwords/active' '0';
setConfig 'msp_securitysuite_twofactorauth/general/enabled' '0';
Expand Down Expand Up @@ -1222,6 +1221,7 @@ function configure_db()
resetAdminPassword
switchSearchEngineToDefaultEngine
${BIN_PHP} ${BIN_MAGE} config:set 'web/seo/use_rewrites' '1'
${BIN_PHP} ${BIN_MAGE} config:set 'system/security/max_session_size_admin' '0'
${BIN_PHP} ${BIN_MAGE} config:set 'system/security/max_session_size_storefront' '0'
}
Expand Down

0 comments on commit 8f29ea8

Please sign in to comment.