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 ***×ÎÅÛÎÉÊ 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
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|