You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the static app can't be used to serve Let'sEncrypt challenges as it refuses to serve hidden files.
While it is possible to provide custom ssLookupFile, making such a function is quite inconvenient as it implies building the File object.
A simple flag to allow the directory or a list of allowed prefixes would be much nicer.
The text was updated successfully, but these errors were encountered:
Currently the static app can't be used to serve Let'sEncrypt challenges as it refuses to serve hidden files.
While it is possible to provide custom
ssLookupFile
, making such a function is quite inconvenient as it implies building theFile
object.A simple flag to allow the directory or a list of allowed prefixes would be much nicer.
The text was updated successfully, but these errors were encountered: