mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
6 lines
136 B
Plaintext
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;
|
|
}
|