mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Apache (markdown)
parent
58e5c82fdd
commit
64e75fb30d
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
|
||||||
SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem
|
SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem
|
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem
|
||||||
SSLCertificateChainFile /etc/letsencrypt/live/example.com/chain.pem
|
SSLCertificateChainFile /etc/letsencrypt/live/example.com/chain.pem
|
||||||
|
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||||
|
|
||||||
ServerSignature Off
|
ServerSignature Off
|
||||||
|
|
||||||
ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/$1"
|
ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/$1"
|
||||||
|
|
@ -62,6 +64,7 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
|
||||||
SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem
|
SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem
|
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem
|
||||||
SSLCertificateChainFile /etc/letsencrypt/live/example.com/chain.pem
|
SSLCertificateChainFile /etc/letsencrypt/live/example.com/chain.pem
|
||||||
|
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||||
ServerSignature Off
|
ServerSignature Off
|
||||||
|
|
||||||
ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/wekan/$1""
|
ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/wekan/$1""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue