Skip to content

Commit

Permalink
fix(backend): nginx 配置渲染问题 TencentBlueKing#7737
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Nov 4, 2024
1 parent 38b09d3 commit ab7f440
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
set_real_ip_from 0.0.0.0/0;
real_ip_header X-Forwarded-For;
real_ip_recursive on;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP \$remote_addr;
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
location /apis/proxypass/ {
# 重写上传接口的uri
Expand Down

0 comments on commit ab7f440

Please sign in to comment.