1,376   Nginx

1,nginx 版本:


[root@VLR-123-189-136 ~]# nginx -v
nginx version: nginx/1.8.0

2,系统版本:

[root@VLR-123-189-136 ~]# cat /etc/issue
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
Kernel \r on an \m

3,nginx安装rpm包地址:

http://nginx.org/packages/centos/

4,nginx配置文件路径:/etc/nginx/conf.d

5,proxy_pass配置主要内容

 

location / {

#制定跳转地址

proxy_pass http://132.35.81.217:8000;

#不主动断开连接

proxy_ignore_client_abort on;

}

 




Leave a Reply

Your email address will not be published. Required fields are marked *