ServerName rhizi.local
DocumentRoot /srv/www/rhizi/webapp
LogLevel info
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access_rhizi.local.log combined
SetOutputFilter DEFLATE
RewriteEngine On
RewriteRule ^/?$ /index [L,R]
# [!] order critical
ProxyRequests Off
ProxyPreserveHost On
ProxyPass /socket.io/ ws://127.0.0.1:8080/socket.io/
ProxyPass / http://127.0.0.1:8080/
ProxyPassReverse / http://rhizi.local/
Require all denied
Options +FollowSymLinks
Require all granted