mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
splited port variable to proxy and web
This commit is contained in:
parent
e11a13c16c
commit
3bbce4c28a
9 changed files with 14 additions and 12 deletions
|
@ -223,7 +223,10 @@ httpd_add_config() {
|
|||
# Adding template to config
|
||||
cat $tpl_file | \
|
||||
sed -e "s/%ip%/$ip/g" \
|
||||
-e "s/%port%/$port/g" \
|
||||
-e "s/%web_port%/$web_port/g" \
|
||||
-e "s/%web_ssl_port%/$web_ssl_port/g" \
|
||||
-e "s/%proxy_port%/$proxy_port/g" \
|
||||
-e "s/%proxy_ssl_port%/$proxy_ssl_port/g" \
|
||||
-e "s/%domain_idn%/$domain_idn/g" \
|
||||
-e "s/%domain%/$domain/g" \
|
||||
-e "s/%user%/$user/g" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue