<div dir="ltr">Is there a way to have nginx serve up static content with custom headers - but being able to set these headers per file (and not in the nginx configuration)<br><br>Eg. if I request <a href="http://127.0.0.1/attachment-12345">http://127.0.0.1/attachment-12345</a> I would like nginx to use try_files to find the file 'attachment-12345' and serve it... but to also look at 'attachment-12345.headers', take <br>Content-Type: application/mswordContent-Disposition: attachment; name="abc.doc"Cache-Control: immutable <br>from that file and serve those headers. So nothing based on extension, and each file can have its own headers.<br>(This would allow me to somewhat simulate a S3/Cloudfront based cache using local disk... as S3 allows me to set a subset of HTTP headers for every file)<br>It would be even cooler if you could also put X-Accel-Redirect or Status: 301 headers in such a file and manage those in a 'static' way, but that's beyond what I need now<br>With regards,Arnold Hendriks</div>