You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to have a new option for html_handling, similar to the « none » option but that support the default index.html file in folders, like a standard web server (« index index.html » for nginx)
So if a the URL is « domain.tld/folder/ » and there is a /folder/index.html, to return the HTTP code status 200 and the content of the index.html without any redirections. If not, to let the not_found_handler option decide.
Regards,
The text was updated successfully, but these errors were encountered:
Describe the solution
Hi,
I would love to have a new option for html_handling, similar to the « none » option but that support the default index.html file in folders, like a standard web server (« index index.html » for nginx)
So if a the URL is « domain.tld/folder/ » and there is a /folder/index.html, to return the HTTP code status 200 and the content of the index.html without any redirections. If not, to let the not_found_handler option decide.
Regards,
The text was updated successfully, but these errors were encountered: