From c90dab149a246b043c89abaf6d0ca684c133fdaf Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sat, 9 May 2015 01:22:33 +0300 Subject: rz-mux: x.rhizi.net.conf: do not proxy /fragment.d locations --- res/rz-mux/apache-conf-template.d/x.rhizi.net.conf | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.3.1