[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-12-04 11:18:31
This commit is contained in:
parent
99fa187bf2
commit
2c8a3c0718
|
|
@ -121,7 +121,7 @@ server {
|
|||
|
||||
# 1. Rota para assets estáticos (CACHE AGRESSIVO)
|
||||
# Cacheia arquivos comuns para reduzir a carga no backend e acelerar o carregamento.
|
||||
location ~* \.(?:css|js|mjs|svg|gif|png|jpg|jpeg|ico|wasm|woff2?|ttf|eot)$ {
|
||||
location ~* \.(?:svg|gif|png|jpg|jpeg|ico|wasm|woff2?|ttf|eot)$ {
|
||||
proxy_pass http://workspace_backend;
|
||||
proxy_set_header Host $host; # Necessário para o backend identificar o site
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue