1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_role_nginx.git synced 2024-08-16 16:19:48 +02:00
ansible_role_nginx/files/nginx/snippets/acmetool.snippet.conf
2020-11-02 04:52:31 +01:00

4 lines
109 B
Text

location /.well-known/acme-challenge/ {
alias /run/acme/acme-challenge/;
auth_basic "off";
}