Linux Centos7下如何在代理服务器(nginx通过访问日志查看访问到哪个真实的服务器

发布时间:2020-06-08 10:27:58 作者:wx5d4557ee5e827
来源:网络 阅读:616

在nginx子配置文件中加下面加粗字体部分

location / {
proxy_pass http://static;
proxy_redirect off;
proxy_set_header Host $host;
proxysetheader backendIP $upstreamaddr; #要代理的服务器的地址
proxysetheader backendCode $upstreamstatus; #要代理的服务器的状态

proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}

在主配置文件中
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"'
'"$upstream_addr" "$upstream_status"';
即可通过tailf /var/log/nginx/access.log 查看到

推荐阅读:
  1. 详解 linux c++的编译器g++的基本使用
  2. Java如何启用Azure Linux虚拟机诊断设置

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

linux centos7 nginx服务器

上一篇:服务器托管的费用是怎么算的

下一篇:[置顶]       银行MIS系统前台开发总结(3)-dataTable控件应用2

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》