feat(nginx): X-Forwarded-For for assist
This commit is contained in:
parent
3d1e78ada6
commit
3c3e5ee01c
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ data:
|
|||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_pass http://utilities-openreplay.app.svc.cluster.local:9000;
|
||||
}
|
||||
location /assets/ {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue