fix variable name
This commit is contained in:
parent
8eee8600f7
commit
272495a492
@ -34,5 +34,8 @@ server {
|
|||||||
location = /50x.html {
|
location = /50x.html {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ssl_certificate {{ nginx_tls_cert_file }};
|
||||||
|
ssl_certificate_key {{ nginx_tls_key_file }};
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user