Re: NGINX Proxy Cache Cache-Control

2018-06-25 Thread Szop
art of static content that is stored on a shared filesystem, which is delivered from backend. Unfortunately I don't have any chance to change this for now. >2. The text content - is this fragments of html that don’t have names that end in html? Yes it seem's so. Cheers, Szop Poste

NGINX Proxy Cache Cache-Control

2018-06-22 Thread Szop
nsion like .png, .css, etc. pp. so this works like expected. My question is: is it possible to define the caching behaviour because of the Cache-Type? My idea is to take the result like "Content-Type: text/html;charset=UTF-8" and then to proxy cache it if it is text/html. Does it make sense?