1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Proper line break symbol

This commit is contained in:
Matej Bačo 2022-05-12 11:50:56 +00:00
parent 55d934381e
commit 417502338a

View file

@ -334,7 +334,7 @@ class CertificatesV1 extends Worker
throw new Exception('Failed to rename certificate privkey.pem.');
}
$config = \implode('\n', [
$config = \implode(PHP_EOL, [
"tls:",
" certificates:",
" - certFile: /storage/certificates/{$domain}/fullchain.pem",