Whoopsadaisy

Results 1 comments of Whoopsadaisy

IMHO the regexp in the commit needs additional escaping: ``` - if ($request_uri !~ "^/.well-known/acme-challenge/(.*)") { + if ($request_uri !~ "^/\.well-known/acme-challenge/(.*)") { ``` Also an alternative implementation of force-ssl.conf could...