Ticket #170 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

Monitor page is down

Reported by: KevinLai Owned by: KevinLai
Priority: high Milestone: 0.5.0 Usability and Reliability
Component: WebInterface Version:
Severity: normal Keywords:
Cc:

Description


Change History

Changed 3 years ago by KevinLai

  • priority changed from normal to high

Changed 3 years ago by KevinLai

  • status changed from new to closed
  • resolution set to fixed

Fixed in [34d59773f772] and by adding the following lines to /etc/httpd/conf.d/cp.conf:

<Location /cp>
    ProxyPass http://localhost:9000
    ProxyPassReverse http://localhost:9000
    RequestHeader set CP-Location /
</Location>

Note: See TracTickets for help on using tickets.