1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00

Fix typo, closes #102

This commit is contained in:
Dane Everitt 2016-09-30 17:14:30 -04:00
parent bd7fd836ff
commit 9d9143fd81
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -268,7 +268,7 @@
"web": {
"listen": {{ $node->daemonListen }},
"ssl": {
"enabled": {{ $node->sceheme === 'https' ? 'true' : 'false' }},
"enabled": {{ $node->scheme === 'https' ? 'true' : 'false' }},
"certificate": "/etc/letsencrypt/live/{{ $node->fqdn }}/fullchain.pem",
"key": "/etc/letsencrypt/live/{{ $node->fqdn }}/privkey.pem"
}