mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
added nginx support
This commit is contained in:
parent
71385857ed
commit
91794b59b9
3 changed files with 74 additions and 8 deletions
|
@ -281,7 +281,9 @@ change_web_config() {
|
|||
-e 's/\//\\\//g')
|
||||
|
||||
# Changing config
|
||||
sed -i "$str_numb s/.*/$str_repl/" $conf
|
||||
if [ ! -z "$str" ]; then
|
||||
sed -i "$str_numb s/.*/$str_repl/" $conf
|
||||
fi
|
||||
}
|
||||
|
||||
get_web_domain_value() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue