Skip to content

Instantly share code, notes, and snippets.

@wkei
Last active January 16, 2019 04:08
Show Gist options
  • Select an option

  • Save wkei/3ad2ae32743399997e7f7a2dbc933acf to your computer and use it in GitHub Desktop.

Select an option

Save wkei/3ad2ae32743399997e7f7a2dbc933acf to your computer and use it in GitHub Desktop.
serve + ngrok + headers config
npm install --global serve ngrok
serve
ngrok http 5000
{
"headers": [
{
"source" : "**/*",
"headers" : [{
"key" : "Cache-Control",
"value" : "max-age=300"
}]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment