mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
fix suspend/unsuspend feature
This commit is contained in:
parent
430abcd0e0
commit
3c009479c0
2 changed files with 6 additions and 5 deletions
|
@ -200,8 +200,8 @@ add_web_config() {
|
|||
-e "s|%user%|$user|g" \
|
||||
-e "s|%group%|$user|g" \
|
||||
-e "s|%home%|$HOMEDIR|g" \
|
||||
-e "s|%docroot%|$HOMEDIR/$user/web/$domain/public_html|g" \
|
||||
-e "s|%sdocroot%|$HOMEDIR/$user/web/$domain/public_html|g" \
|
||||
-e "s|%docroot%|$docroot|g" \
|
||||
-e "s|%sdocroot%|$sdocroot|g" \
|
||||
-e "s|%ssl_crt%|$ssl_crt|g" \
|
||||
-e "s|%ssl_key%|$ssl_key|g" \
|
||||
-e "s|%ssl_pem%|$ssl_pem|g" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue