From 4f7f23caabcbc84160873e9a5ec53b9cccdbd320 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Thu, 30 Apr 2015 13:46:57 +0300 Subject: rz-mux: apache x.rhizi.net.conf: serve override js, fragments --- res/rz-mux/apache-conf-template.d/x.rhizi.net.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'res') 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 c6536c9b..30368d1b 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 @@ -21,6 +21,14 @@ ProxyPass / http://127.0.0.1:{{ rz_port__http }}/ ProxyPassReverse / http://{{ domain_name }}.rhizi.net/ + # Temporary fix until #529 is implemented + ProxyPass /static/js/model/domain_types.js ! + Alias /static/js/model/domain_types.js ${rzi_root}/static/rzi-overrides/js/domain_types.js + + # Template fragment overrides - comment out this section to use the defaults + ProxyPass /templates/fragment/ ! + Alias /templates/fragment/ ${rzi_root}/rzi-overrides/templates/fragment + Require all denied -- cgit v1.3.1