how to pass domain name to backend with pound
- by FurtiveFelon
I am using pound as a way to decode SSL for the backend, but the bulk of the work is done on varnish (including virtualhost stuff). As a result, I need pound to just forward all other traffic to varnish verbatim, but it doesn't seem to do that.
I am using the default configuration:
ListenHTTP
Address 1.2.3.4
Port 8080
## allow…