У меня с этим конфигом проксирование работает. Единственно что - я
выкинул proxy_bind как ненужный.
2010/5/19 DbIM <nginx-forum@nginx.us>:
> 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 mailing list
> nginx-ru@nginx.org
> http://nginx.org/mailman/listinfo/nginx-ru
>
_______________________________________________
nginx-ru mailing list
nginx-ru@nginx.org
http://nginx.org/mailman/listinfo/nginx-ru