1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-29 04:15:41 +00:00
Files
boring-nginx
matomo
nextcloud
nginx-php
privatebin
searx
unmaintained
boinc
cowrie
cryptpad
freshrss
ghost
isso
kippo-graph
libresonic
lutim
lychee
mastodon
mediawiki
nginx
parsoid
pgbouncer
rainloop
reverse
rtorrent-flood
rutorrent
rootfs
etc
nginx
conf.d
cache.conf
php.conf
nginx.conf
php7
supervisor.d
home
sites
usr
var
Dockerfile
README.md
tor
LICENSE
README.md
dockerfiles/unmaintained/rutorrent/rootfs/etc/nginx/conf.d/cache.conf

5 lines
109 B
Plaintext
Raw Normal View History

2017-01-16 22:13:29 +01:00
location ~* \.(jpg|jpeg|gif|css|png|js|map|woff|woff2|ttf|svg|eot)$ {
expires 30d;
access_log off;
}