[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-11-07 00:47:49
This commit is contained in:
parent
e0bcdd7b3a
commit
2d42da03a1
|
|
@ -14,6 +14,11 @@ upstream windmill_backend {
|
||||||
server 172.16.253.103:8000;
|
server 172.16.253.103:8000;
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
|
if ($host = windmill.grupopralog.com.br) {
|
||||||
|
return 301 https://$host$request_uri;
|
||||||
|
} # managed by Certbot
|
||||||
|
|
||||||
|
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
server_name windmill.grupopralog.com.br;
|
server_name windmill.grupopralog.com.br;
|
||||||
|
|
@ -28,6 +33,8 @@ server {
|
||||||
location / {
|
location / {
|
||||||
return 301 https://$host$request_uri;
|
return 301 https://$host$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
|
|
@ -98,6 +105,9 @@ server {
|
||||||
proxy_read_timeout 900s; # Timeouts longos para jobs
|
proxy_read_timeout 900s; # Timeouts longos para jobs
|
||||||
proxy_send_timeout 900s;
|
proxy_send_timeout 900s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ssl_certificate /etc/letsencrypt/live/windmill.grupopralog.com.br/fullchain.pem; # managed by Certbot
|
||||||
|
ssl_certificate_key /etc/letsencrypt/live/windmill.grupopralog.com.br/privkey.pem; # managed by Certbot
|
||||||
}
|
}
|
||||||
|
|
||||||
# ======================================================================
|
# ======================================================================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue