[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-16 23:28:30
This commit is contained in:
parent
c15d249f6d
commit
ee8cb91316
|
|
@ -31,7 +31,8 @@ server {
|
|||
# 'http2' ativa o protocolo HTTP/2 para melhor performance.
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
include /etc/nginx/conf.d/global_robots.conf;
|
||||
include /etc/nginx/snippets/global_robots.conf;
|
||||
|
||||
# Responde apenas a requisições para este nome de domínio.
|
||||
server_name mimir.itguys.com.br;
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ server {
|
|||
# O Certbot vai gerenciar estas linhas
|
||||
# ssl_certificate /etc/letsencrypt/live/monitoramento.itguys.com.br/fullchain.pem;
|
||||
# ssl_certificate_key /etc/letsencrypt/live/monitoramento.itguys.com.br/privkey.pem;
|
||||
include /etc/nginx/conf.d/global_robots.conf;
|
||||
include /etc/nginx/snippets/global_robots.conf;
|
||||
# Trava de segurança para redes internas (opcional, mas recomendado)
|
||||
include /etc/nginx/conf.d/internal_networks.conf;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ server {
|
|||
# O Certbot irá gerenciar estas linhas
|
||||
# ssl_certificate /etc/letsencrypt/live/ns1.itguys.com.br/fullchain.pem;
|
||||
# ssl_certificate_key /etc/letsencrypt/live/ns1.itguys.com.br/privkey.pem;
|
||||
include /etc/nginx/conf.d/global_robots.conf;
|
||||
include /etc/nginx/snippets/global_robots.conf;
|
||||
include /etc/nginx/conf.d/internal_networks.conf;
|
||||
|
||||
access_log /var/log/nginx/access.log detailed_proxy;
|
||||
|
|
|
|||
Loading…
Reference in New Issue