[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-08 23:06:49
This commit is contained in:
parent
f614a14ebf
commit
05c1b19122
|
|
@ -60,8 +60,8 @@ server {
|
|||
# -----------------------------------------------------------------
|
||||
# ATENÇÃO: Descomente e aponte para seus certificados quando estiverem prontos.
|
||||
# Por enquanto, use um certificado autoassinado para testes.
|
||||
ssl_certificate /etc/ssl/certs/pralog_selfsigned.pem;
|
||||
ssl_certificate_key /etc/ssl/private/pralog_selfsigned.key;
|
||||
ssl_certificate /etc/letsencrypt/live/pralog.com.br/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/pralog.com.br/privkey.pem;
|
||||
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
|
@ -72,7 +72,7 @@ server {
|
|||
# NOTA: OCSP Stapling requer um certificado de uma CA confiável. Mantenha comentado com certificado autoassinado.
|
||||
ssl_stapling on;
|
||||
ssl_stapling_verify on;
|
||||
#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
|
||||
|
|
|
|||
Loading…
Reference in New Issue