为知笔记wiz 反向代理配置

#PROXY-START/

location /

{

      proxy_pass http://localhost:8080;

      proxy_set_header X-Real-IP $remote_addr;

      proxy_set_header x-wiz-real-ip $remote_addr;

      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

      proxy_set_header Host $http_host;

      proxy_set_header X-Forwarded-Proto $scheme;

}

#PROXY-END/

© 版权声明
THE END
在时间中留下我的脚印
分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情图片

    暂无评论内容