diff options
| -rw-r--r-- | res/rz-mux/apache-conf-template.d/x.rhizi.net.conf | 1 |
1 files changed, 1 insertions, 0 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 0dd0c342..58c9e8c7 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,6 +1,7 @@ <VirtualHost *:80> Define rzi_root /srv/www/rhizi/mux-root.d/{{ domain_fqdn }}/webapp + Define rzi_fragment.d ${rzi_root}/fragment.d ServerName {{ domain_fqdn }} DocumentRoot ${rzi_root} |
