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.
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.