diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-01 02:23:53 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-01 03:17:30 +0300 |
| commit | 8c6a6cae1b6fc1813047fecbd89d59191b34d81e (patch) | |
| tree | 80f9325844e0689ccf83f68e8b3710d04b4e75a6 | |
| parent | 7f7ccb9352ce9acb48c81d7f796787bb48c87921 (diff) | |
rz-mux-tool: x.rhizi.net.conf: reorder proxy directives
| -rw-r--r-- | res/rz-mux/apache-conf-template.d/x.rhizi.net.conf | 10 |
1 files changed, 3 insertions, 7 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 dc093eed..c8c0957e 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 @@ -14,13 +14,9 @@ RewriteEngine On RewriteRule ^/?$ /index [L,R] - # [!] order critical - ProxyRequests Off - ProxyPreserveHost On - ProxyPass /socket.io/ ws://127.0.0.1:{{ rz_port__http }}/socket.io/ - ProxyPass / http://127.0.0.1:{{ rz_port__http }}/ - ProxyPassReverse / http://{{ domain_fqdn }}.rhizi.net/ - + # + # [!] proxy directives ar order sensitive + # # 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 |
