Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: Dinamyc ip based reverse proxy

$
0
0
Other thing ...
It works if I use a hardcoded ip, like this :

server {
listen 8888;
server_name tozed;

location / {
proxy_pass http://100.65.36.95;
}

}

And in the broser I do:
http:8888/tozed

It brings all the web content ...

Regards.

Viewing all articles
Browse latest Browse all 4759

Trending Articles