Skip to content
Snippets Groups Projects
Commit b3c730d3 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1873008 by aspilicious: Fixed Settings.php conf overrides are incorrect.

parent 3357f31c
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -458,8 +458,8 @@
* configured to cache and compress these files itself you may want to uncomment
* one or both of the below lines, which will prevent gzip files being stored.
*/
# $conf['system.performance']['css.gzip'] = FALSE;
# $conf['system.performance']['js.gzip'] = FALSE;
# $conf['system.performance']['css']['gzip'] = FALSE;
# $conf['system.performance']['js']['gzip'] = FALSE;
/**
* String overrides:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment