One-KVM/configs/nginx/certbot.ctx-server.conf
2022-06-24 16:19:28 +03:00

6 lines
136 B
Plaintext

location /.well-known/acme-challenge {
root /run/kvmd-certbot/webroot;
include /etc/kvmd/nginx/loc-nocache.conf;
auth_request off;
}