Fix typo, closes #102
This commit is contained in:
parent
bd7fd836ff
commit
9d9143fd81
|
@ -268,7 +268,7 @@
|
||||||
"web": {
|
"web": {
|
||||||
"listen": {{ $node->daemonListen }},
|
"listen": {{ $node->daemonListen }},
|
||||||
"ssl": {
|
"ssl": {
|
||||||
"enabled": {{ $node->sceheme === 'https' ? 'true' : 'false' }},
|
"enabled": {{ $node->scheme === 'https' ? 'true' : 'false' }},
|
||||||
"certificate": "/etc/letsencrypt/live/{{ $node->fqdn }}/fullchain.pem",
|
"certificate": "/etc/letsencrypt/live/{{ $node->fqdn }}/fullchain.pem",
|
||||||
"key": "/etc/letsencrypt/live/{{ $node->fqdn }}/privkey.pem"
|
"key": "/etc/letsencrypt/live/{{ $node->fqdn }}/privkey.pem"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue