Removed invalid " at the end of ProxyPassMatch and lot's of trailing whitespaces.

Robert Painsi 2019-06-03 14:42:02 +02:00
parent 101813a59c
commit 5def311326

@ -68,8 +68,8 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
Include /etc/letsencrypt/options-ssl-apache.conf
ServerSignature Off
ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/wekan/$1""
ProxyPass "/wekan" "http://127.0.0.1:3001/wekan"
ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/wekan/$1"
ProxyPass "/wekan" "http://127.0.0.1:3001/wekan"
ProxyPassReverse "/wekan" "http://127.0.0.1:3001/wekan"
</VirtualHost>