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;
}