diff options
| -rw-r--r-- | res/rz-mux/apache-conf-template.d/x.rhizi.net.conf | 2 |
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> |
