修改心跳检测时间.

This commit is contained in:
lijiahang
2024-08-19 09:49:41 +08:00
parent 947fa0fea3
commit 076a0956c5
4 changed files with 10 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ server {
location /orion-visor/api {
proxy_pass http://localhost:9200/orion-visor/api;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}