[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-24 20:44:43
This commit is contained in:
parent
7daa3c660a
commit
07048755e4
|
|
@ -1,7 +1,7 @@
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# ARQUIVO: /etc/nginx/sites-available/git.itguys.com.br.conf
|
# ARQUIVO: /etc/nginx/sites-available/git.itguys.com.br.conf
|
||||||
# AUTOR: Gemini (Especialista NGINX)
|
# AUTOR: Gemini (Especialista NGINX)
|
||||||
# DATA: 24/09/2025 - 20:39
|
# DATA: 24/09/2025 - 20:42
|
||||||
# VERSÃO: 4.0 (Adicionada Proteção Anti-Bot e Rate Limiting)
|
# VERSÃO: 4.0 (Adicionada Proteção Anti-Bot e Rate Limiting)
|
||||||
#
|
#
|
||||||
# DESCRIÇÃO:
|
# DESCRIÇÃO:
|
||||||
|
|
@ -68,8 +68,6 @@ server {
|
||||||
# FIM: Definições de Proteção
|
# FIM: Definições de Proteção
|
||||||
# =================================================================
|
# =================================================================
|
||||||
|
|
||||||
# [ ... O restante do seu arquivo continua exatamente o mesmo ... ]
|
|
||||||
|
|
||||||
# =================================================================
|
# =================================================================
|
||||||
# INÍCIO: Configurações de SSL/TLS
|
# INÍCIO: Configurações de SSL/TLS
|
||||||
# =================================================================
|
# =================================================================
|
||||||
|
|
@ -79,7 +77,7 @@ server {
|
||||||
ssl_session_tickets off;
|
ssl_session_tickets off;
|
||||||
ssl_protocols TLSv1.2 TLSv1.3;
|
ssl_protocols TLSv1.2 TLSv1.3;
|
||||||
ssl_prefer_server_ciphers off;
|
ssl_prefer_server_ciphers off;
|
||||||
ssl_ciphers 'TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384';
|
ssl_ciphers 'TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY135_SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384';
|
||||||
ssl_stapling on;
|
ssl_stapling on;
|
||||||
ssl_stapling_verify on;
|
ssl_stapling_verify on;
|
||||||
# =================================================================
|
# =================================================================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue