[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-20 14:18:37

This commit is contained in:
srvproxy001.itguys.com.br 2025-09-20 14:18:37 -03:00
parent 3def901b31
commit ccc11fb773
2 changed files with 20 additions and 0 deletions

View File

@ -7,6 +7,11 @@
# BLOCO HTTP: Redirecionar para HTTPS
# ==============================================================================
server {
if ($host = mimir.itguys.com.br) {
return 301 https://$host$request_uri;
} # managed by Certbot
listen 80;
listen [::]:80;
server_name mimir.itguys.com.br;
@ -20,6 +25,8 @@ server {
location / {
return 301 https://$host$request_uri;
}
}
# ==============================================================================
@ -75,4 +82,7 @@ server {
proxy_pass http://172.16.254.11;
}
ssl_certificate /etc/letsencrypt/live/mimir.itguys.com.br/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/mimir.itguys.com.br/privkey.pem; # managed by Certbot
}

View File

@ -7,6 +7,11 @@
# BLOCO HTTP: Redirecionar para HTTPS
# ==============================================================================
server {
if ($host = monitoramento.itguys.com.br) {
return 301 https://$host$request_uri;
} # managed by Certbot
listen 80;
listen [::]:80;
server_name monitoramento.itguys.com.br;
@ -20,6 +25,8 @@ server {
location / {
return 301 https://$host$request_uri;
}
}
# ==============================================================================
@ -76,4 +83,7 @@ server {
include /etc/nginx/snippets/proxy_params.conf;
proxy_pass http://172.16.254.13:3000;
}
ssl_certificate /etc/letsencrypt/live/monitoramento.itguys.com.br/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/monitoramento.itguys.com.br/privkey.pem; # managed by Certbot
}