mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 14:39:30 -02:30
Wrong syntax
This commit is contained in:
@@ -52,7 +52,7 @@ http {
|
||||
|
||||
ssl_certificate /etc/nginx/awxweb.pem;
|
||||
ssl_certificate_key /etc/nginx/awxweb_key.pem;
|
||||
{% elif if (ssl_certificate is defined) and (ssl_certificate_key is not defined) %}
|
||||
{% elif (ssl_certificate is defined) and (ssl_certificate_key is not defined) %}
|
||||
listen 8053 ssl;
|
||||
|
||||
ssl_certificate /etc/nginx/awxweb.pem;
|
||||
|
||||
Reference in New Issue
Block a user