linux - started work on bunkerized-nginx command

This commit is contained in:
bunkerity
2021-06-22 21:19:12 +02:00
parent b448d91ca8
commit d0366fcc0d
10 changed files with 100 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
location ~ ^/.well-known/acme-challenge/ {
root /acme-challenge;
root /opt/bunkerized-nginx/acme-challenge;
}