Skip to content
Snippets Groups Projects
  • gbe's avatar
    710f7a1f
    Only serve index on `/`, not on subtrees · 710f7a1f
    gbe authored
    The path `/` alone is a wildcard, which also matches things like
    `/foo`, `/potatoe`, `/yes/this/works/` and such. We don't want that.
    Send an HTTP 404 for any path not matched otherwise and not equal to
    `/`.
    710f7a1f
    History
    Only serve index on `/`, not on subtrees
    gbe authored
    The path `/` alone is a wildcard, which also matches things like
    `/foo`, `/potatoe`, `/yes/this/works/` and such. We don't want that.
    Send an HTTP 404 for any path not matched otherwise and not equal to
    `/`.