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
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment