Nginx now uses template syntax for easier config

This commit is contained in:
Jef Roosens 2021-01-09 15:15:22 +01:00
parent 69fadcbbed
commit 929d1e2cf4
8 changed files with 114 additions and 47 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
certbot certonly --standalone -d "$DOMAINS" --email "$EMAIL" -n --agree-tos --expand
certbot certonly --standalone -d "$MAIN_DOMAIN,$DOMAINS" --email "$EMAIL" -n --agree-tos --expand
/usr/sbin/nginx -g "daemon off;"