avleen / bashttpd

A web server written in bash
MIT License
1.51k stars 199 forks source link

Added support for index.htm files #28

Closed lbourne43 closed 10 years ago

lbourne43 commented 10 years ago

Changed function serve_dir_or_file_from() to check for index.html files in $URL_PATH then if no index.html file is found, fallback to checking for an index.htm file.