Just the source code for my personal website.
at dev 88 B view raw
1localhost { 2 try_files {file.base} {path}.html 3 4 root * ./static 5 encode 6 file_server 7}