Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support directory listings even if a 404 page is present #7339

Merged
merged 1 commit into from
May 21, 2020

Commits on May 21, 2020

  1. fix: support directory listings even if a 404 page is present

    fixes #4233 (comment)
    
    Basically, there's a trade-off here:
    
    1. We can support directory listings while supporting 404 pages (this PR).
    2. If a 404 page is present, directory listings don't work.
    
    Given that option 1 is more flexible and users shouldn't be _too_ confused if
    they land on a directory with no index.html page, I've gone with that option.
    Stebalien committed May 21, 2020
    Configuration menu
    Copy the full SHA
    6a2fe0a View commit details
    Browse the repository at this point in the history