4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
location ~ ^/.well-known/acme-challenge/ {
|
|
root /opt/bunkerized-nginx/acme-challenge;
|
|
}
|