Open jamesmunns opened 2 months ago
If we are serving static files and the user GETs a folder path URI like /, we should probably automatically serve /index.html.
/
/index.html
Worth mentioning this I guess: https://bjornlu.com/blog/trailing-slash-for-frameworks#servers
I have a setup for this in my Pingora app. PR incoming
If we are serving static files and the user GETs a folder path URI like
/
, we should probably automatically serve/index.html
.