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;