Nginx Server

This commit is contained in:
2021-12-06 13:29:20 +00:00
parent 4d883e8dce
commit 9affa657c4
11 changed files with 265 additions and 0 deletions

View File

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