Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Add index page for RTR server #286

Open
ties opened this issue Oct 8, 2020 · 0 comments
Open

Add index page for RTR server #286

ties opened this issue Oct 8, 2020 · 0 comments

Comments

@ties
Copy link
Member

ties commented Oct 8, 2020

As a user it is confusing that the rtr server shows a HTTP 404 on it's root URL. This confuses real users.

We could replace this by a simple index page such as:

        <html>
            <head><title>rtr-server</title></head>
            <body>
                <h1>rtr-server</h1>
                <p><a href="/cache">Cache status</a></p>
                <p><a href="/metrics">Metrics</a></p>
            </body>
        </html>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant