ПРОЕКТЫ
АРХИВ
nginx-ru @sysoev.ru
СТАТЬИ
ПЕРСОНАЛЬНОЕ
ПРОГРАММЫ
ПИШИТЕПИСЬМА
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;
worker_processes 1;
worker_connections 1024; }
include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65;
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@xxxxxxxxx http://nginx.org/mailman/listinfo/nginx-ru
_______________________________________________ nginx-ru mailing list nginx-ru@xxxxxxxxx http://nginx.org/mailman/listinfo/nginx-ru
Copyright © Lexa Software, 1996-2009.