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; } } } на всякий случай приведу целиком конфиг Posted at Nginx Forum: http://forum.nginx.org/read.php?21,87714,87718#msg-87718