lyft / presto-gateway

A load balancer / proxy / gateway for prestodb
Apache License 2.0
358 stars 156 forks source link

Override host header on request to presto #126

Closed reverson closed 3 years ago

reverson commented 3 years ago

This allows another proxy (like nginx) to sit between gateway and the presto coordinator.

endoplasmicR commented 3 years ago

Can you add a unit test to demonstrate the change?