Skip to content

Instantly share code, notes, and snippets.

@hgoebl
Created November 28, 2013 16:43
Show Gist options
  • Save hgoebl/7694751 to your computer and use it in GitHub Desktop.
Save hgoebl/7694751 to your computer and use it in GitHub Desktop.
not working configuration with node-http-proxy
{
"silent": false,
"pathnameOnly": true,
"router": {
"/tomcat": "127.0.0.1:8080",
"/static": "127.0.0.1:8888"
}
}
title proxy
node_modules\.bin\node-http-proxy --config proxy-settings.json --port 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment