Files
runtipi/apps/docspace/data/config/nginx/letsencrypt.conf

5 lines
97 B
Plaintext

location ^~ /.well-known/acme-challenge/ {
root /letsencrypt;
default_type "text/plain";
}