добавил ключ, для вкл выкл ssl
This commit is contained in:
parent
d0b7182462
commit
a003e156b9
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ server:
|
||||||
host: '0.0.0.0'
|
host: '0.0.0.0'
|
||||||
ssl_privkey: 'CertSSL/privkey.key'
|
ssl_privkey: 'CertSSL/privkey.key'
|
||||||
ssl_cert: 'CertSSL/cert.pem'
|
ssl_cert: 'CertSSL/cert.pem'
|
||||||
|
work: true
|
||||||
analytics:
|
analytics:
|
||||||
domain: 'example.com'
|
domain: 'example.com'
|
||||||
endpoint: 'https://plausible.io'
|
endpoint: 'https://plausible.io'
|
||||||
|
|
Reference in a new issue