From f371459d60e7105771caf0e5972cf897c150d84f Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Wed, 8 Oct 2025 22:42:17 -0300 Subject: [PATCH] =?UTF-8?q?[Auto-Sync]=20Atualiza=C3=A7=C3=A3o=20das=20con?= =?UTF-8?q?figura=C3=A7=C3=B5es=20em=20srvproxy001.itguys.com.br=20-=20202?= =?UTF-8?q?5-10-08=2022:42:17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/sites-available/pralog.com.br.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nginx/sites-available/pralog.com.br.conf b/nginx/sites-available/pralog.com.br.conf index 3af076e..b33f8a4 100644 --- a/nginx/sites-available/pralog.com.br.conf +++ b/nginx/sites-available/pralog.com.br.conf @@ -53,14 +53,13 @@ server { # SSL/TLS - Configuração de Segurança # ----------------------------------------------------------------- # ATENÇÃO: Substitua pelo caminho real dos seus certificados SSL - ssl_certificate /etc/letsencrypt/live/pralog.com.br/fullchain.pem; - ssl_certificate_key /etc/letsencrypt/live/pralog.com.br/privkey.pem; + #ssl_certificate /etc/letsencrypt/live/pralog.com.br/fullchain.pem; + #ssl_certificate_key /etc/letsencrypt/live/pralog.com.br/privkey.pem; # Protocolos e Ciphers seguros (baseado nas melhores práticas) ssl_protocols TLSv1.2 TLSv1.3; ssl_prefer_server_ciphers on; ssl_ciphers 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384'; - ssl_session_cache shared:SSL:10m; ssl_session_timeout 1d; ssl_session_tickets off; @@ -68,7 +67,7 @@ server { ssl_stapling on; ssl_stapling_verify on; # ATENÇÃO: Use o mesmo certificado 'fullchain' que contém o intermediário - ssl_trusted_certificate /etc/letsencrypt/live/pralog.com.br/fullchain.pem; + #ssl_trusted_certificate /etc/letsencrypt/live/pralog.com.br/fullchain.pem; # ----------------------------------------------------------------- # Headers de Segurança