mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
added %elog% variable
This commit is contained in:
parent
718dfc25f2
commit
380f389d13
9 changed files with 20 additions and 17 deletions
|
@ -238,7 +238,8 @@ httpd_add_config() {
|
|||
-e "s/%alias%/${aliases//,/ }/g" \
|
||||
-e "s/%ssl_cert%/${ssl_cert////\/}/g" \
|
||||
-e "s/%ssl_key%/${ssl_key////\/}/g" \
|
||||
-e "s/%extentions%/$extentions/g" \
|
||||
-e "s/%extentions%/${extentions//,/|}/g" \
|
||||
-e "s/%elog%/$elog/g" \
|
||||
>> $conf
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue