From 49716b975c9aef38b16c4e6c6d95f61cfafe5ccb Mon Sep 17 00:00:00 2001 From: LV-426 Date: Fri, 1 May 2015 02:34:29 +0300 Subject: rz-mux-tool: rzi-overrides > rzi-override.d --- res/rz-mux/apache-conf-template.d/x.rhizi.net.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 c8c0957e..19a2984e 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,11 @@ # # 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 + 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-overrides/templates/fragment + Alias /templates/fragment/ ${rzi_root}/rzi-override.d/templates/fragment ProxyRequests Off ProxyPreserveHost On -- cgit v1.3.1