initial commit

This commit is contained in:
Szekeres Bálint
2018-01-07 16:30:12 +01:00
commit 1bbaee1cde
18 changed files with 741 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
location ^~ /.well-known/acme-challenge/ {
default_type "text/plain";
root /var/www/_letsencrypt;
}