Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only show the full webserver's directory listing
The webserver by default shows a directory listing that is reduced to only PDF files and folders. However, in practice this is rarely useful because other files (like `web/viewer.html`) are accessed more often and that now always requires an extra click. Moreover, it doesn't match directory listing behavior of known webservers like Nginx or Apache. This commit thefore aligns the behavior and header with other webserver implementations to provide better defaults and simplify the code.
- Loading branch information