ok, but after that how can I use in my scenario this?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,255565,255576#msg-255576
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
How can I use this module?
I'm a newbie of NGINX
tnx
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,255565,255572#msg-255572
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
I have Nginx configured as reverse proxy
server {
listen 80;
server_name www.pluto.com;
location / {
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://127.0.0.1:80