Tvheadend 4.1 release works through reverse-proxy like a charm.
I'm now trying to run last testing build (4.1-1931~gc3eefc6~trusty), but the webgui doesn't open through reverse-proxy.
It's seem to be relate to “@import url()” tag in CSS templates that can’t be rewrite by reverse-proxy.
For example, get /redir/theme.css, returns:
HTTP/1.1 200 OK Server: HTS/tvheadend Cache-Control: no-cache Connection: Keep-Alive Location: /static/tvh.blue.css.gz Content-Type: text/css Content-Length: 41 @import url('/static/tvh.blue.css.gz');
Could we do something to change that ? Maybe using <link> tag instead ?
Thanks for your help.