wavemoroc001 opened a new issue, #8508:
URL: https://github.com/apache/apisix/issues/8508
### Description
Hi I have plan to set keycloak behide gateway and I have to set header in
order to make keycloak work fine.
How to config following header in apisix gateway via `apisix_dashboard` ?
```conf
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;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Port $server_port;
```
### Environment
- APISIX version (run `apisix version`): 2.15
- Operating system (run `uname -a`): Docker env
- APISIX Dashboard version, if relevant: 2.15
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]