-
Change Request
-
Resolution: Duplicate
-
Trivial
-
None
-
2.0.4, 2.0.5, 2.0.6
-
Zabbix Frontend is behind a reverse proxy
When view a list of items, the links for the next pages are fqdn not relative links. This will cause that its not possible to see the other pages in a reverse proxy setup.
Current:
a href = zabbix.intern/items.php?sid=..&page=2
But it should be:
a href = items.php?sid=..&page=2
- duplicates
-
ZBX-4986 multiple pages don't work properly through reverse proxy
- Closed