From 5def31132627caa7d250b1f8441ae967eea37eb2 Mon Sep 17 00:00:00 2001 From: Robert Painsi Date: Mon, 3 Jun 2019 14:42:02 +0200 Subject: [PATCH] Removed invalid " at the end of ProxyPassMatch and lot's of trailing whitespaces. --- Apache.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"