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@nginx.org
> http://nginx.org/mailman/listinfo/nginx-ru
>
_______________________________________________
nginx-ru mailing list
nginx-ru@nginx.org
http://nginx.org/mailman/listinfo/nginx-ru