美文网首页
Nginx反向代理图片加载不出来

Nginx反向代理图片加载不出来

作者: 人生这点事儿 | 来源:发表于2020-03-03 10:48 被阅读0次

location /service {

proxy_pass  http://xx.xx.xx.xx/service;

        proxy_set_header Host $host:80;

        proxy_set_header X-Real-IP $remote_addr;

        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;   

        }

参考地址:https://blog.csdn.net/weixin_34355715/article/details/94223474

相关文章

网友评论

      本文标题:Nginx反向代理图片加载不出来

      本文链接:https://www.haomeiwen.com/subject/adfqlhtx.html