Skip to content

Commit

Permalink
perf: 更新 core 代理配置
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai authored and BaiJiangJie committed Aug 18, 2023
1 parent 415735a commit 4b4fab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ server {
location ~ ^/(core|api|media)/ {
proxy_pass http://core:8080;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}

Expand Down

0 comments on commit 4b4fab4

Please sign in to comment.