From: Amin Bandali Date: Fri, 5 Nov 2021 05:14:44 +0000 (-0400) Subject: add custom python3 'serve' script based on http.server X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/commitdiff_plain/1742e66861e7a625034b4d2321604a8120a9f333?hp=1742e66861e7a625034b4d2321604a8120a9f333 add custom python3 'serve' script based on http.server notably, has saner default mime type and encoding for txt files and files without extension. further, for a requested file X, if it does not exist, it will try X.html and X.txt as well (similar to nginx's try_files). ---