1

I have rails app which located on 127.0.0.1:8080 . Also I have domain app.dev wrote in my host file

app.dev     127.0.0.1
my.app.dev  127.0.0.1

I want to configure grunt as follows:

  • All requests to app.dev redirect to rails app 127.0.0.1:8080
  • All requests to my.app.dev handle connect server

Is it possible to do by grunt and grunt-connect-proxy ?

Amit
  • 15,217
  • 8
  • 46
  • 68
Anton Rodin
  • 991
  • 2
  • 12
  • 19
  • possible duplicate of [HTTP Proxy using Connect and node-http-proxy](http://stackoverflow.com/questions/18723668/http-proxy-using-connect-and-node-http-proxy) – Paul Sweatte Jan 12 '15 at 21:41

0 Answers0