ironsmile / nedomi

Highly performant HTTP reverse proxy with efficient caching of big files
GNU General Public License v3.0
81 stars 9 forks source link

Vhost is identified by Host header in access logs #202

Closed ironsmile closed 8 years ago

ironsmile commented 8 years ago

Previously in the access log line for a request the primary vhost name was used no matter what. Accessing the vhost with any of the aliases was hidden. Now the host header is preferred when available.

This has the side effect that all requests for vhosts which are not configured will potentionally have different Host headers.

mstoykov commented 8 years ago

:+1: