snippets added

This commit is contained in:
2021-12-04 11:05:01 +01:00
parent 811bcea64e
commit c46ca01a55
9 changed files with 56 additions and 1 deletions

5
snippets/auto_ssl.conf Normal file
View File

@@ -0,0 +1,5 @@
location /.well-known/acme-challenge/ {
content_by_lua_block {
auto_ssl:challenge_server()
}
}