mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Apache (markdown)
parent
a3285773a7
commit
6036760adb
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
|
|||
```ApacheConf
|
||||
<VirtualHost *:443>
|
||||
|
||||
ServerName example.com
|
||||
|
||||
SSLEngine On
|
||||
SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem
|
||||
|
|
@ -53,6 +55,8 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
|
|||
```ApacheConf
|
||||
<VirtualHost *:443>
|
||||
|
||||
ServerName example.com
|
||||
|
||||
SSLEngine On
|
||||
SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue