Re: redirect снова

DbIM nginx-forum на nginx.us
Ср Май 19 15:44:43 MSD 2010


worker_processes  1;

events 
{
    worker_connections  1024;
}

http 
{
    include       mime.types;
#    default_type  application/octet-stream;

    sendfile        on;
    keepalive_timeout  65;

    server 
{
        listen       ***внешний ip:90;
        location /
 {
	proxy_pass http://192.168.0.2;
	proxy_bind 192.168.0.2;

    }
}
}

nginx ver 0.8.37

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,87714,88079#msg-88079




Подробная информация о списке рассылки nginx-ru