fix variable name

This commit is contained in:
Robert Kaussow 2018-08-12 11:46:43 +02:00
parent 8eee8600f7
commit 272495a492
1 changed files with 3 additions and 0 deletions

View File

@ -34,5 +34,8 @@ server {
location = /50x.html {
root /usr/share/nginx/html;
}
ssl_certificate {{ nginx_tls_cert_file }};
ssl_certificate_key {{ nginx_tls_key_file }};
}
{% endif %}