<VirtualHost *:80>
    ServerName wst-lager-el.bulme.at

    ProxyPreserveHost On
    ProxyPass / http://localhost:8080/
    ProxyPassReverse / http://localhost:8080/

    ErrorLog ${APACHE_LOG_DIR}/wst-lager-el_error.log
    CustomLog ${APACHE_LOG_DIR}/wst-lager-el_access.log combined
RewriteEngine on
RewriteCond %{SERVER_NAME} =wst-lager-el.bulme.at
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>

