Define rzi_root /srv/www/rhizi/mux-root.d/{{ domain_fqdn }}/webapp Define rzi_fragment.d ${rzi_root}/fragment.d ServerName {{ domain_fqdn }} DocumentRoot ${rzi_root} LogLevel info ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access_{{ domain_fqdn }}.log combined SetOutputFilter DEFLATE RewriteEngine On RewriteRule ^/?$ /index [L,R] # # [!] proxy directives are order sensitive # # Temporary fix until #529 is implemented ProxyPass /static/js/model/domain_types.js ! Alias /static/js/model/domain_types.js ${rzi_fragment.d}/js/domain_types.js 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 }}/ Require all denied Options +FollowSymLinks Require all granted