Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: redirect снова
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
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|