mufeedvh / binserve

A fast production-ready static web server with TLS (HTTPS), routing, hot reloading, caching, templating, and security in a single-binary you can set up with zero code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement rules for static files: custom index file & exclude specific files

mufeedvh opened this issue · comments

Currently index files are assumed to be files starting with index and ends with .html or .htm, this should be configurable. Along with that, there should be an option to exclude specific files from being served.