[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-20 14:59:00
This commit is contained in:
parent
396c60304c
commit
53bcd091bc
|
|
@ -33,11 +33,6 @@ server {
|
|||
# Apanha APENAS o domínio com 'www'.
|
||||
server_name www.anatram.com.br;
|
||||
|
||||
# Usa o mesmo certificado, pois ele será válido para ambos os nomes.
|
||||
ssl_certificate /etc/letsencrypt/live/anatram.com.br/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/anatram.com.br/privkey.pem;
|
||||
ssl_trusted_certificate /etc/letsencrypt/live/anatram.com.br/fullchain.pem; # Para OCSP Stapling
|
||||
|
||||
# Envia um redirecionamento permanente para a versão canónica sem 'www'.
|
||||
return 301 https://anatram.com.br$request_uri;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue