mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:28:29 +00:00
6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
# Certbot Renewal
|
|
location ^~ /.well-known/acme-challenge/ {
|
|
root /usr/share/nginx/html;
|
|
allow all;
|
|
default_type "text/plain";
|
|
} |