Nginx now uses template syntax for easier config
This commit is contained in:
parent
69fadcbbed
commit
929d1e2cf4
8 changed files with 114 additions and 47 deletions
|
|
@ -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;"
|
||||
|
|
|
|||
Reference in a new issue