[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-01 08:42:17
This commit is contained in:
parent
f92124cf2e
commit
6436ac6099
|
|
@ -57,7 +57,7 @@ server {
|
||||||
server_name cloud.grupopralog.com.br;
|
server_name cloud.grupopralog.com.br;
|
||||||
|
|
||||||
# Aplica o rate limiting a todo o tráfego HTTP.
|
# Aplica o rate limiting a todo o tráfego HTTP.
|
||||||
#limit_req zone=global_limit burst=20 nodelay;
|
limit_req zone=global_limit burst=20 nodelay;
|
||||||
|
|
||||||
# Responde ao desafio do Let's Encrypt
|
# Responde ao desafio do Let's Encrypt
|
||||||
location /.well-known/acme-challenge/ {
|
location /.well-known/acme-challenge/ {
|
||||||
|
|
@ -89,7 +89,7 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
# --- Aplica o Rate Limiting (zona definida em nginx.conf) ---
|
# --- Aplica o Rate Limiting (zona definida em nginx.conf) ---
|
||||||
#limit_req zone=global_limit burst=100 nodelay;
|
limit_req zone=global_limit burst=100 nodelay;
|
||||||
|
|
||||||
# --- Parâmetros de SSL/TLS (Ciphers atualizados conforme best practices) ---
|
# --- Parâmetros de SSL/TLS (Ciphers atualizados conforme best practices) ---
|
||||||
ssl_certificate /etc/letsencrypt/live/cloud.grupopralog.com.br/fullchain.pem; # managed by Certbot
|
ssl_certificate /etc/letsencrypt/live/cloud.grupopralog.com.br/fullchain.pem; # managed by Certbot
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue