summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/awx-nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/awx-nginx.conf b/config/awx-nginx.conf
index 6089cb7a3c..3df3155ec8 100644
--- a/config/awx-nginx.conf
+++ b/config/awx-nginx.conf
@@ -48,7 +48,7 @@ http {
server_name _;
keepalive_timeout 70;
- ssl_certificate /etc/tower/tower.crt;
+ ssl_certificate /etc/tower/tower.cert;
ssl_certificate_key /etc/tower/tower.key;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!MD5;