This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ yarn start | |
yarn run v1.1.0 | |
$ nodemon | |
[nodemon] 1.12.1 | |
[nodemon] to restart at any time, enter `rs` | |
[nodemon] watching: webpack/webpack.config.js | |
[nodemon] starting `webpack-dev-server --config webpack/webpack.config.js` | |
Project is running at https://localhost:4201/ | |
webpack output is served from /assets/ | |
Content not from webpack is served from *** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###### List of Mod_Rewrite Variables: http://www.askapache.com/htaccess/mod_rewrite-variables-cheatsheet.html | |
###HTTP header variables: | |
#HTTP_USER_AGENT, HTTP_REFERER, | |
#HTTP_COOKIE, HTTP_FORWARDED, HTTP_HOST, HTTP_PROXY_CONNECTION, HTTP_KEEP_ALIVE | |
#HTTP_ACCEPT, HTTP_ACCEPT_CHARSET, HTTP_ACCEPT_ENCODING, HTTP_ACCEPT_LANGUAGE | |
#HTTP_CACHE_CONTROL, HTTP_CONNECTION | |
###Connection & request variables: | |
# REMOTE_ADDR, REMOTE_HOST, REMOTE_PORT, REMOTE_USER, REMOTE_IDENT |