From addb826631ade6eb753129228d19ac6f89458734 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Thu, 30 Apr 2015 13:46:16 +0300 Subject: rz-mux: x.rhizi.net.conf: use 'Define' statements --- res/rz-mux/apache-conf-template.d/x.rhizi.net.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/rz-mux/apache-conf-template.d/x.rhizi.net.conf b/res/rz-mux/apache-conf-template.d/x.rhizi.net.conf index 4bd655b7..c6536c9b 100644 --- a/res/rz-mux/apache-conf-template.d/x.rhizi.net.conf +++ b/res/rz-mux/apache-conf-template.d/x.rhizi.net.conf @@ -1,7 +1,9 @@ + Define rzi_root /srv/www/rhizi/mux-root.d/{{ domain_name }}/webapp + ServerName {{ domain_name }}.rhizi.net - DocumentRoot /srv/www/rhizi/mux-root.d/{{ domain_name }}/webapp + DocumentRoot ${rzi_root} LogLevel info ErrorLog ${APACHE_LOG_DIR}/error.log -- cgit v1.3.1