diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-30 13:46:16 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-01 03:17:30 +0300 |
| commit | addb826631ade6eb753129228d19ac6f89458734 (patch) | |
| tree | 41855484f24942d64e24fa02c575823b837daf54 | |
| parent | 446f3cbfd02f20f392dcdb19a5171efb81005de8 (diff) | |
rz-mux: x.rhizi.net.conf: use 'Define' statements
| -rw-r--r-- | res/rz-mux/apache-conf-template.d/x.rhizi.net.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ <VirtualHost *:80> + 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 |
