summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-03 18:47:20 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-05 19:04:32 +0300
commitb1044a7e7db8262fa5ff555ecb652001194d7f96 (patch)
treefb22b800f5206dae340937a9abda58cce19eac83 /res
parent9ae959fe5c02635cb542f8d1dd915c8f02ef8da0 (diff)
removing broken template override in apache
Diffstat (limited to 'res')
-rw-r--r--res/rz-mux/apache-conf-template.d/x.rhizi.net.conf6
1 files changed, 1 insertions, 5 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 19679634..0dd0c342 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
@@ -19,11 +19,7 @@
#
# Temporary fix until #529 is implemented
ProxyPass /static/js/model/domain_types.js !
- Alias /static/js/model/domain_types.js ${rzi_root}/static/rzi-override.d/js/domain_types.js
-
- # Template fragment overrides - comment out this section to use the defaults
- ProxyPass /templates/fragment/ !
- Alias /templates/fragment/ ${rzi_root}/rzi-override.d/templates/fragment
+ Alias /static/js/model/domain_types.js ${rzi_fragment.d}/js/domain_types.js
ProxyRequests Off
ProxyPreserveHost On