mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Updated Apache (markdown)
parent
56225060a8
commit
eb11cd06d0
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
|
|||
SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem
|
||||
SSLCertificateChainFile /etc/letsencrypt/live/example.com/chain.pem
|
||||
ServerSignature Off
|
||||
|
||||
ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/$1"
|
||||
ProxyPass "/" "http://127.0.0.1:3001/"
|
||||
|
|
@ -61,6 +62,7 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
|
|||
SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem
|
||||
SSLCertificateChainFile /etc/letsencrypt/live/example.com/chain.pem
|
||||
ServerSignature Off
|
||||
|
||||
ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/$1"
|
||||
ProxyPass "/wekan" "http://127.0.0.1:3001/wekan"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue