Re: redirect снова

Gerasimenko Konstantin kred на gmx.net
Вт Май 18 16:21:52 MSD 2010


DbIM schrieb:
> worker_processes  1;
>
> events 
> {
>     worker_connections  1024;
> }
>
> http 
> {
>     include       mime.types;
>     default_type  application/octet-stream;
>
>     sendfile        on;
>     keepalive_timeout  65;
>
>     server 
>  {
>         listen       remote-ip:90;
>         location /
>      {
> 	proxy_pass http://192.168.0.2:80;
>   
+ proxy_bind "local-ip";
>       }
>   }
> }
>
> на всякий случай приведу целиком конфиг
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?21,87714,87718#msg-87718
>
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru at nginx.org
> http://nginx.org/mailman/listinfo/nginx-ru
>   




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