[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-21 07:16:52
This commit is contained in:
parent
0edca89ae9
commit
16b14aa6ed
|
|
@ -53,6 +53,9 @@ server {
|
|||
|
||||
}
|
||||
|
||||
# ==============================================================================
|
||||
# BLOCO 2: Servidor Principal - Proxy Reverso para a Interface Web (HTTPS)
|
||||
# ==============================================================================
|
||||
# ==============================================================================
|
||||
# BLOCO 2: Servidor Principal - Proxy Reverso para a Interface Web (HTTPS)
|
||||
# ==============================================================================
|
||||
|
|
@ -89,7 +92,7 @@ server {
|
|||
proxy_set_header Connection "upgrade";
|
||||
|
||||
# Cabeçalhos essenciais para o proxy funcionar corretamente com o UniFi
|
||||
#proxy_set_header Authorization "";
|
||||
proxy_set_header Authorization "";
|
||||
proxy_set_header Host $host;
|
||||
|
||||
proxy_pass https://unifi_backend_web;
|
||||
|
|
@ -98,7 +101,8 @@ server {
|
|||
# --- Páginas de Erro Personalizadas ---
|
||||
include /etc/nginx/snippets/custom_errors.conf;
|
||||
}
|
||||
|
||||
|
||||
|
||||
# ==============================================================================
|
||||
# BLOCO 3: Servidor para o "Inform" dos Dispositivos (HTTP na porta 8080)
|
||||
# ==============================================================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue