summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-09 01:22:11 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-12 14:59:07 +0300
commitaf86c71d664259d1494f6543f12c2f661373cf6f (patch)
tree0c7f3b4889500ea626255402993c3ad8ef6568b0
parent6efcb589944236f7bc501514609285fd0a927420 (diff)
rz-mux: x.rhizi.net.conf: extend rzi_root var use
-rw-r--r--res/rz-mux/apache-conf-template.d/x.rhizi.net.conf2
1 files changed, 1 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 4ed9dbfd..14dea04c 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
@@ -32,7 +32,7 @@
ProxyPass / http://127.0.0.1:{{ rz_port__http }}/
ProxyPassReverse / http://{{ domain_fqdn }}/
- <Directory /srv/www/rhizi/mux-root.d/{{ domain_fqdn }}/auth >
+ <Directory ${rzi_root}/auth >
Require all denied
</Directory>