mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Updated Apache (markdown)
parent
298dba02ec
commit
8dc48d9510
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
|
|||
SSLCertificateChainFile /etc/letsencrypt/live/example.com/chain.pem
|
||||
ServerSignature Off
|
||||
|
||||
ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/$1"
|
||||
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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue