mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated Apache (markdown)
parent
64e75fb30d
commit
06fe478189
1 changed files with 2 additions and 5 deletions
|
|
@ -37,11 +37,9 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
|
||||||
ServerName example.com
|
ServerName example.com
|
||||||
|
|
||||||
SSLEngine On
|
SSLEngine On
|
||||||
SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem
|
SSLCertificateFile /etc/letsencrypt/live/example.com/fullchain.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
|
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
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"
|
||||||
|
|
@ -61,9 +59,8 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
|
||||||
ServerName example.com/wekan
|
ServerName example.com/wekan
|
||||||
|
|
||||||
SSLEngine On
|
SSLEngine On
|
||||||
SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem
|
SSLCertificateFile /etc/letsencrypt/live/example.com/fullchain.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
|
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||||
ServerSignature Off
|
ServerSignature Off
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue