Domain.com {
reverse_proxy /path* :port {
transport http {
versions h2c 2
}
header_up X-Real-IP {remote_host}
}
}
 
 
Back to Top