[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-25 20:42:26
This commit is contained in:
parent
0809ed1964
commit
26d09b3753
|
|
@ -65,16 +65,8 @@ server {
|
||||||
server_name verbocloud.itguys.com.br;
|
server_name verbocloud.itguys.com.br;
|
||||||
|
|
||||||
# --- Logs Exclusivos (Conforme solicitado) ---
|
# --- Logs Exclusivos (Conforme solicitado) ---
|
||||||
access_log /var/log/nginx/verbocloud.itguys.com.br.access.log;
|
access_log /var/log/nginx/verbocloud.itguys.com.br.access.log detailed_proxy;
|
||||||
error_log /var/log/nginx/verbocloud.itguys.com.br.error.log warn;
|
error_log /var/log/nginx/verbocloud.itguys.com.br.error.log warn;
|
||||||
# (Descomente o log de bad-bot quando implementar o $is_bad_bot)
|
|
||||||
# access_log /var/log/nginx/verbocloud.itguys.com.br.bad-bot.log suspicious_bot if=$is_bad_bot;
|
|
||||||
|
|
||||||
# --- Configurações de SSL ---
|
|
||||||
# (O Certbot irá gerenciar estas linhas)
|
|
||||||
#ssl_certificate /etc/letsencrypt/live/verbocloud.itguys.com.br/fullchain.pem;
|
|
||||||
#ssl_certificate_key /etc/letsencrypt/live/verbocloud.itguys.com.br/privkey.pem;
|
|
||||||
#ssl_trusted_certificate /etc/letsencrypt/live/verbocloud.itguys.com.br/chain.pem;
|
|
||||||
|
|
||||||
# --- Otimizações de TLS (Baseado no SSLLabs e no seu arquivo antigo) ---
|
# --- Otimizações de TLS (Baseado no SSLLabs e no seu arquivo antigo) ---
|
||||||
ssl_protocols TLSv1.2 TLSv1.3;
|
ssl_protocols TLSv1.2 TLSv1.3;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue