[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-15 21:49:54

This commit is contained in:
srvproxy001.itguys.com.br 2025-09-15 21:49:54 -03:00
parent 518030e4fa
commit 15b1c9302a
1 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ http {
#Configuraçoes de Cache #Configuraçoes de Cache
proxy_cache_path /var/cache/nginx/zabbix_cache levels=1:2 keys_zone=zabbix_cache:10m max_size=1g inactive=60m use_temp_path=off; proxy_cache_path /var/cache/nginx/zabbix_cache levels=1:2 keys_zone=zabbix_cache:10m max_size=1g inactive=60m use_temp_path=off;
proxy_cache_path /var/cache/nginx/api_cache levels=1:2 keys_zone=api_cache:10m max_size=100m inactive=5m use_temp_path=off; proxy_cache_path /var/cache/nginx/api_cache levels=1:2 keys_zone=api_cache:10m max_size=100m inactive=5m use_temp_path=off;
proxy_cache_path /var/cache/nginx/exchange_private_cache levels=1:2 keys_zone=exchange_private_cache:20m max_size=500m inactive=10m use_temp_path=off;
## ##
# Basic Settings # Basic Settings