mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-13 01:57:43 -07:00
Fix for LE domain restore
This commit is contained in:
parent
97b9673021
commit
1b1622ee6f
1 changed files with 2 additions and 2 deletions
|
@ -382,8 +382,8 @@ if [ "$web" != 'no' ] && [ ! -z "$WEB_SYSTEM" ]; then
|
|||
# Concatenating web.conf keys
|
||||
str="DOMAIN='$domain' IP='$IP' IP6='$IP6' ALIAS='$ALIAS'"
|
||||
str="$str TPL='$TPL' SSL='$SSL' SSL_HOME='$SSL_HOME'"
|
||||
str="$str FTP_USER='$FTP_USER' FTP_MD5='$FTP_MD5'"
|
||||
str="$str BACKEND='$BACKEND' PROXY='$PROXY'"
|
||||
str="$str LETSENCRYPT='$LETSENCRYPT' FTP_USER='$FTP_USER'"
|
||||
str="$str FTP_MD5='$FTP_MD5' BACKEND='$BACKEND' PROXY='$PROXY'"
|
||||
str="$str PROXY_EXT='$PROXY_EXT' STATS='$STATS'"
|
||||
str="$str STATS_USER='$STATS_USER' STATS_CRYPT='$STATS_CRYPT'"
|
||||
str="$str U_DISK='$U_DISK' U_BANDWIDTH='0' SUSPENDED='no'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue