7 lines
250 B
Plaintext
7 lines
250 B
Plaintext
Alias /.well-known/acme-challenge/ "/var/lib/letsencrypt/http_challenges/"
|
|
<Directory "/var/lib/letsencrypt/">
|
|
AllowOverride None
|
|
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
|
Require method GET POST OPTIONS
|
|
</Directory>
|