mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Enable HTTP/2 server push for CSS and JS resources
This commit is contained in:
parent
4290f5110c
commit
942235b6bc
2 changed files with 25 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ return array(
|
|||
'view' => array(
|
||||
'minify_scripts' => 'common',
|
||||
'concat_scripts' => 'none',
|
||||
'server_push' => false,
|
||||
'use_gzip' => false,
|
||||
),
|
||||
'admin' => array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue