HalosGhost / halosgho.st

The repo backing my homepage
GNU General Public License v3.0
3 stars 0 forks source link

Determine if .well-known/acme-challenge must be indexed #14

Closed HalosGhost closed 6 years ago

HalosGhost commented 6 years ago

At the moment, we serve the full directory for acme challenges (including an index which lists the files inside). I am not sure if we need to expose the index, and if it is up to me, I would not expose it.

If we can not expose the directory, we should move PRIV_SERVE_FILES() into common.h and use it rather than SERVE_FILES() in hgredirector.

HalosGhost commented 6 years ago

Looks like an index is not needed; the recommended change above should be implemented.