diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-03 18:53:15 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-05 19:04:32 +0300 |
| commit | 4b77ba7125e202f112349901dd621ce287e4ad8f (patch) | |
| tree | b0de0d0b89a8feedf923bfd7bff003ac0933724d | |
| parent | b1044a7e7db8262fa5ff555ecb652001194d7f96 (diff) | |
x.rhizi.net.conf: defining fragment.d
| -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} |
