mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-03 23:55:42 +00:00
initial commit
This commit is contained in:
4
rutorrent/rootfs/etc/nginx/conf.d/cache.conf
Normal file
4
rutorrent/rootfs/etc/nginx/conf.d/cache.conf
Normal file
@ -0,0 +1,4 @@
|
||||
location ~* \.(jpg|jpeg|gif|css|png|js|map|woff|woff2|ttf|svg|eot)$ {
|
||||
expires 30d;
|
||||
access_log off;
|
||||
}
|
Reference in New Issue
Block a user