[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-21 22:42:57

This commit is contained in:
srvproxy001.itguys.com.br 2025-09-21 22:42:57 -03:00
parent b2dc6d2304
commit 91616e03f6
1 changed files with 0 additions and 8 deletions

View File

@ -52,14 +52,6 @@ server {
# --- OTIMIZAÇÃO DE CACHE PARA ASSETS ESTÁTICOS ---
# Bloco para assets imutáveis (com hash no nome).
location ~* \.[a-z0-9]{8,}\.(css|js)$ {
include /etc/nginx/snippets/cache_immutable_static.conf;
proxy_pass https://unifi_backend_web;
proxy_set_header Origin "";
proxy_set_header Referer $scheme://$host/;
}
# Bloco para outros assets estáticos comuns.
location ~* \.(?:css|js|jpe?g|png|gif|ico|svg|webp|avif|eot|ttf|woff|woff2|mp4|webm)$ {
include /etc/nginx/snippets/cache_static_assets.conf;