Merge pull request #184 from aledbf/fix-template

Fix template error
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-01-27 18:21:24 -03:00 committed by GitHub
commit 80e718b524

View file

@ -207,10 +207,6 @@ http {
{{/* comment PEM sha is required to detect changes in the generated configuration and force a reload */}}
# PEM sha: {{ $server.SSLPemChecksum }}
ssl_certificate {{ $server.SSLCertificate }};
{{/* comment PEM sha is required to detect changes in the generated configuration and force a reload */}}
# PEM sha: {{ $server.SSLPemChecksum }}
ssl_certificate {{ $server.SSLCertificate }};
ssl_certificate_key {{ $server.SSLCertificate }};
{{ end }}