[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-21 07:11:52
This commit is contained in:
parent
e2d43cb863
commit
0edca89ae9
|
|
@ -57,7 +57,7 @@ server {
|
|||
# BLOCO 2: Servidor Principal - Proxy Reverso para a Interface Web (HTTPS)
|
||||
# ==============================================================================
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
server_name unifi.itguys.com.br;
|
||||
|
||||
|
|
@ -89,7 +89,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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue