diff --git a/Apache.md b/Apache.md index 2cb927c..bc298c3 100644 --- a/Apache.md +++ b/Apache.md @@ -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"