summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-09 01:22:33 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-12 14:59:07 +0300
commitc90dab149a246b043c89abaf6d0ca684c133fdaf (patch)
tree3909e0eb5705ea98f5290fed10501bac52a908f2 /res
parentaf86c71d664259d1494f6543f12c2f661373cf6f (diff)
rz-mux: x.rhizi.net.conf: do not proxy /fragment.d locations
Diffstat (limited to 'res')
-rw-r--r--res/rz-mux/apache-conf-template.d/x.rhizi.net.conf5
1 files changed, 1 insertions, 4 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 14dea04c..34298d61 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
@@ -16,15 +16,12 @@
RewriteEngine On
RewriteRule ^/?$ /index [L,R]
+ ProxyPass /fragment.d !
#
# [!] proxy directives are order sensitive
#
# Temporary fix until #529 is implemented
ProxyPass /fragment.d !
- ProxyPass /static/js/model/domain_types.js !
- ProxyPass /static/img !
- Alias /static/img ${rzi_fragment_d}/img
- Alias /static/js/model/domain_types.js ${rzi_fragment_d}/js/domain_types.js
ProxyRequests Off
ProxyPreserveHost On