2020-03-26 17:37:51 +01:00

7 lines
107 B
Plaintext

server {
listen 80;
location /.well-known/acme-challenge/ {
root /var/www/certbot;
}
}