From d48afcfd6a8a4b299d62d2def6c135f1032c9ebb Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 13 Nov 2025 00:48:48 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=BD=D0=BE=D0=B2=D0=B0=D1=8F=20=D1=84?= =?UTF-8?q?=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/nginx-simple.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/nginx-simple.conf b/frontend/nginx-simple.conf index cfa9090..8efa42d 100644 --- a/frontend/nginx-simple.conf +++ b/frontend/nginx-simple.conf @@ -47,8 +47,8 @@ http { server_name ${DOMAIN}; # SSL конфигурация (автоматически обновляется certbot) - ssl_certificate /etc/ssl/certs/live/${DOMAIN}/fullchain.pem; - ssl_certificate_key /etc/ssl/certs/live/${DOMAIN}/privkey.pem; + ssl_certificate /etc/letsencrypt/live/${DOMAIN}/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/${DOMAIN}/privkey.pem; # Современные SSL настройки ssl_protocols TLSv1.2 TLSv1.3;