mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Removed invalid " at the end of ProxyPassMatch and lot's of trailing whitespaces.
parent
101813a59c
commit
5def311326
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue