[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-17 10:20:09

This commit is contained in:
srvproxy001.itguys.com.br 2025-09-17 10:20:09 -03:00
parent 3e977e8eba
commit 0fcedafc83
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ server {
# Localização para ficheiros estáticos (cache longo)
location ~* \.(jpg|jpeg|gif|png|webp|svg|css|js|ico|woff2|ttf|json)$ {
include /etc/nginx/snippets/cache_aggressive_static.conf; # Usa o nosso cache agressivo
include /etc/nginx/snippets/cache_static_assets.conf;
# Usa o nosso cache agressivo
proxy_pass http://172.16.12.17:80;
}