1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-27 11:25:41 +00:00
Files
dockerfiles/rutorrent/rootfs/etc/nginx/conf.d/cache.conf
2016-04-11 15:59:32 +02:00

5 lines
109 B
Plaintext

location ~* \.(jpg|jpeg|gif|css|png|js|map|woff|woff2|ttf|svg|eot)$ {
expires 30d;
access_log off;
}