From 48cd5f341a86487ffb8b2f2b0a83a9fc20c70bfe Mon Sep 17 00:00:00 2001 From: Slava Kyrachevsky Date: Fri, 27 Jan 2017 17:31:04 +0000 Subject: [PATCH] Update nginx.conf --- support/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/nginx.conf b/support/nginx.conf index 63bd32d9..cc5d3ca2 100644 --- a/support/nginx.conf +++ b/support/nginx.conf @@ -7,7 +7,7 @@ server { listen 443; server_name 176.121.11.165 www.expomap.ru expomap.ru dev.expomap.ru; ssl on; - ssl_certificate /etc/nginx/ssl/expomap.ru.crt; + ssl_certificate /etc/nginx/ssl/ssl-bundle.crt; ssl_certificate_key /etc/nginx/ssl/expomap.ru.key; ssl_dhparam /etc/nginx/ssl/dhparam.pem; ssl_session_timeout 24h;