[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-25 18:42:20
This commit is contained in:
parent
4ed1e4180a
commit
0809ed1964
|
|
@ -30,6 +30,11 @@ upstream office_online_backend {
|
||||||
# - Responde aos desafios do Let's Encrypt (Certbot)
|
# - Responde aos desafios do Let's Encrypt (Certbot)
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
server {
|
server {
|
||||||
|
if ($host = verbocloud.itguys.com.br) {
|
||||||
|
return 301 https://$host$request_uri;
|
||||||
|
} # managed by Certbot
|
||||||
|
|
||||||
|
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
|
|
||||||
|
|
@ -43,6 +48,8 @@ server {
|
||||||
location / {
|
location / {
|
||||||
return 301 https://$host$request_uri;
|
return 301 https://$host$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
|
|
@ -198,4 +205,7 @@ server {
|
||||||
proxy_send_timeout 3600s;
|
proxy_send_timeout 3600s;
|
||||||
proxy_read_timeout 3600s;
|
proxy_read_timeout 3600s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ssl_certificate /etc/letsencrypt/live/verbocloud.itguys.com.br/fullchain.pem; # managed by Certbot
|
||||||
|
ssl_certificate_key /etc/letsencrypt/live/verbocloud.itguys.com.br/privkey.pem; # managed by Certbot
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue