It would be nice to have possibility to create hostname based routing rules.
For example, often admin panel of application is deployed on the same server and served from admin.foo.com hostname. This kind of setup reduces magic thats needs to be done to correctly serve static resources ect.
Without hostname proxy setup to achieve this, there is need to introduce another server or some proxy before zuul (apache httpd or nginx).
It should be rather easy to achieve, by extending ProxyRouteLocator and PreDecorationFilter.
It would be nice to have possibility to create hostname based routing rules.
For example, often admin panel of application is deployed on the same server and served from admin.foo.com hostname. This kind of setup reduces magic thats needs to be done to correctly serve static resources ect.
Without hostname proxy setup to achieve this, there is need to introduce another server or some proxy before zuul (apache httpd or nginx).
It should be rather easy to achieve, by extending ProxyRouteLocator and PreDecorationFilter.