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