[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-29 09:46:01
This commit is contained in:
parent
246608a843
commit
238a587fcf
|
|
@ -46,7 +46,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/ {
|
||||||
|
|
@ -78,7 +78,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=20 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