码迷,mamicode.com
首页 >  
搜索关键字:nginx可以很方便的配置成反向代理服务器    ( 1个结果
nginx可以很方便的配置成反向代理服务器
server{listen80;server_namelocalhost;location/{proxy_passhttp://147.16.24.175:9500;proxy_set_headerHost$host:80;proxy_set_headerX-Real-IP$remote_addr;proxy_set_headerX-Forwarded-For$proxy_add_x_forwarded_for;proxy_set_headerVia"nginx";}}但是如果nginx的监听..
分类:其他好文   时间:2017-10-30 21:51:42    阅读次数:251
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!