CLICK TO SEE
- mkdir test_folder
- curl -sS https://getcomposer.org/installer | php
- vim composer.json
{
"require": {
"pmvc-plugin/view_react": "dev-master"
}
}
- php composer.phar install
- php composer.phar require pmvc-plugin/view_react
or
- composer require pmvc-plugin/view_react
echo '{"themePath":"home"}' | node ./server.js
- #1
- Can't set header for none encoding, original proposal was for disable proxy cache to improve first bytes.
- 'Content-Encoding: none'
+ 'Content-Encoding: identity'