Favicon not showing with Apache reverse proxy

Issue #318 resolved
Former user created an issue

When Monit is behind a reverse proxy, the favicon does not show. GET request goes to "/favicon.ico" when it should go to "/status/favicon.ico"

Relevant Apache config:

#!

# Add a trailing slash
RewriteRule ^/status$ https://%{HTTP_HOST}/status/ [L,R=301]

ProxyPass /status/ http://localhost:2812/
ProxyPassReverse /status/ http://localhost:2812/

Incorrect series of requests: Incorrect Requests

Image showing correct GET request for favicon.ico working: Working Request

Thanks!

Comments (2)

  1. Log in to comment