From b1044a7e7db8262fa5ff555ecb652001194d7f96 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 3 May 2015 18:47:20 +0300 Subject: removing broken template override in apache --- res/rz-mux/apache-conf-template.d/x.rhizi.net.conf | 6 +----- 1 file changed, 1 insertion(+), 5 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 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 -- cgit v1.3.1