Nginx: verificar se nginx se está puxando do cache

3

Eu uso o cache nginx para armazenar em cache html e ativos. Como posso verificar se o nginx está realmente armazenando em cache os ativos e entregando a partir do cache?

    
por Quintin Par 31.10.2011 / 19:43

1 resposta

6

Você pode adicionar um cabeçalho assim:

add_header X-Cache-Status $upstream_cache_status

link

    
por 31.10.2011 / 20:05

Tags