consolidate ssl-params and proxy_params

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
2023-04-27 15:47:27 -07:00
parent ba849311ec
commit 8ec95a3b1b
16 changed files with 56 additions and 58 deletions

5
snippets/ssl-acme.conf Normal file
View File

@@ -0,0 +1,5 @@
# letsencrypt validation
location '/.well-known/acme-challenge' {
default_type "text/plain";
root /var/www/html;
}