surge
surge copied to clipboard
cannot serve files within hidden directory's subdirectory
I'm attempting to use Let's Encrypt's manual cert verification which requires challenges to be served from domain.com/.well-known/acme-challenge/some-long-random-file-name
.
I have a .surgeignore
with !.well-known
, however surge doesn't want to server any files from subdirectories of .well-known
. I can however serve files from /.well-known
. I've also attempted to add a more explicit rules like !.well-known/acme-challenge
with no success.
Any thoughts?