nginx配置记录

Published on with 0 views and 0 comments
  1. nginx转发,swagger请求地址错误
       proxy_set_header Host $host:$server_port; #添加:$server_port
       proxy_set_header X-Real-IP $remote_addr;
       proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
       proxy_pass http://xxx;

标题:nginx配置记录
作者:fyzzz
地址:https://fyzzz.cn/articles/2021/01/28/1611819334543.html