标签:nginx反向代理配置
location / {
proxy_pass http://192.168.2.140:8080/;#就是这行代码
auth_basic off;
auth_basic_user_file /var/user;
root html;
index index.html index.htm;
}http://www.nginx1.com:9527/
本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1944299
标签:nginx反向代理配置
原文地址:http://suyanzhu.blog.51cto.com/8050189/1944299