2020-03-25 12:42:26 +01:00

7 lines
107 B
Plaintext

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