1. The problem I’m having:
I am trying to use Caddy as a reverse proxy. The problem is that my backend server detects requests as flood attack and limits the connections wince they are being sent from a single IP Address.
The configuration is easy as following
‘’‘Domain.com:8080 {
reverse_proxy xx.xx.xx.xx:8080
}’‘’
Now I have just a simple question
Can someone provide me a correct configuration how can I pass the Client IP to the server instead of the Proxy IP?
If you can provide me a full sample I would appreciate as I have been looking for two days and no luck to find the right info.