[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-16 23:21:12
This commit is contained in:
parent
cc5c38ddfb
commit
abd1b9cb12
|
|
@ -34,7 +34,7 @@ server {
|
|||
# Define ambos os nomes de servidor para que o Nginx use o certificado correto.
|
||||
# O primeiro nome é considerado o principal.
|
||||
server_name www.itguys.com.br itguys.com.br;
|
||||
|
||||
include /etc/nginx/conf.d/global_robots.conf;
|
||||
# --- Certificados SSL (Geridos pelo Certbot) ---
|
||||
# O Certbot irá preencher estas linhas.
|
||||
ssl_certificate /etc/letsencrypt/live/www.itguys.com.br/fullchain.pem;
|
||||
|
|
|
|||
|
|
@ -17,7 +17,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/conf.d/internal_networks.conf;
|
||||
|
||||
access_log /var/log/nginx/access.log detailed_proxy;
|
||||
|
|
|
|||
|
|
@ -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/conf.d/internal_networks.conf;
|
||||
|
||||
access_log /var/log/nginx/access.log detailed_proxy;
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ server {
|
|||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
server_name telefonia.itguys.com.br;
|
||||
|
||||
include /etc/nginx/conf.d/global_robots.conf;
|
||||
# O Certbot vai gerir estas linhas
|
||||
# ssl_certificate /etc/letsencrypt/live/billing.itguys.com.br/fullchain.pem;
|
||||
# ssl_certificate_key /etc/letsencrypt/live/billing.itguys.com.br/privkey.pem;
|
||||
|
|
|
|||
Loading…
Reference in New Issue