mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +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
|
SSLCertificateChainFile /etc/letsencrypt/live/example.com/chain.pem
|
||||||
ServerSignature Off
|
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"
|
ProxyPass "/wekan" "http://127.0.0.1:3001/wekan"
|
||||||
ProxyPassReverse "/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