[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-11-07 00:44:49
This commit is contained in:
parent
0bc070ef79
commit
0e08df123f
|
|
@ -6,6 +6,13 @@
|
|||
# Windmill (windmill.grupopralog.com.br) - HTTP (Porta 80)
|
||||
# Redireciona para HTTPS e serve o desafio ACME (Let's Encrypt).
|
||||
# ----------------------------------------------------------------------
|
||||
# ----------------------------------------------------------------------
|
||||
# Backend (Upstream) para o Windmill
|
||||
# ----------------------------------------------------------------------
|
||||
upstream windmill_backend {
|
||||
# IP da VM Debian + Porta do Docker
|
||||
server 172.16.253.103:8000;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
|
|
|||
Loading…
Reference in New Issue