splited port variable to proxy and web

This commit is contained in:
Serghey Rodin 2011-06-27 00:59:13 +03:00
commit 3bbce4c28a
9 changed files with 14 additions and 12 deletions

View file

@ -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" \