diff options
| -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 |
