1

I'd like to create a reverse proxy that results in the following:

/proxy/?url=http://takemehere.com/....

reverse proxy to

http://takemehere.com/....

I tried this to no avail:

location ~ /proxy/?url=(.*) {
    proxy_pass $1
}

Anyone have any ideas?

Thanks!

tlovett1
  • 111
  • 2

0 Answers0