2020-05-08 16:45:11 +02:00

7 lines
116 B
Plaintext

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