Files
nocodb/docker-compose/nginx/certbot-challenge.conf
Naveen MR a3fc9bdc8c docs : adding setup with nginx, certbot with domain config.
Thanks to an end user who sent this.

Signed-off-by: Naveen MR <oof1lab@gmail.com>
2022-02-18 11:45:50 +00:00

6 lines
145 B
Plaintext

# Certbot Renewal
location ^~ /.well-known/acme-challenge/ {
root /usr/share/nginx/html;
allow all;
default_type "text/plain";
}