[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-21 02:52:40
This commit is contained in:
parent
954fd48bf9
commit
5c3c2318ce
|
|
@ -72,7 +72,6 @@ server {
|
||||||
|
|
||||||
# --- PARÂMETROS DE PROXY GLOBAIS ---
|
# --- PARÂMETROS DE PROXY GLOBAIS ---
|
||||||
# Define o destino e os cabeçalhos padrão para TODAS as locations.
|
# Define o destino e os cabeçalhos padrão para TODAS as locations.
|
||||||
proxy_pass http://gitea_backend;
|
|
||||||
include /etc/nginx/snippets/proxy_params.conf;
|
include /etc/nginx/snippets/proxy_params.conf;
|
||||||
|
|
||||||
# --- REGRAS DE ROTEAMENTO (LOCATIONS) ---
|
# --- REGRAS DE ROTEAMENTO (LOCATIONS) ---
|
||||||
|
|
@ -104,6 +103,7 @@ server {
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
|
proxy_pass http://gitea_backend;
|
||||||
}
|
}
|
||||||
|
|
||||||
# --- OUTRAS CONFIGURAÇÕES ---
|
# --- OUTRAS CONFIGURAÇÕES ---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue