如何将nginx与缓存机制集成

时间:2013-09-24 13:14:50

标签: caching nginx memcached

我们正在使用nginx来提供静态地图图块。 Tiles(png文件)存储在磁盘上。我们认为nginx每次都检索文件既慢又麻烦。因此,我们计划将最常用的磁贴保留在缓存中。

是否可以将nginx与Memcached等缓存机制集成?

1 个答案:

答案 0 :(得分:0)

如果是静态文件,我建议在客户端计算机上使用expires作为缓存文件。

请参阅http://nginx.org/en/docs/http/ngx_http_headers_module.html

您也可以设置gzip。