mirror of
https://github.com/DO1JLR/ansible_role_nginx.git
synced 2024-08-16 16:19:48 +02:00
4 lines
109 B
Text
4 lines
109 B
Text
location /.well-known/acme-challenge/ {
|
|
alias /run/acme/acme-challenge/;
|
|
auth_basic "off";
|
|
}
|