mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
Wrong syntax
This commit is contained in:
parent
41a8d32dcc
commit
0bad717db7
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user