mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-09-12 01:57:27 +00:00
5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
location ~* \.(jpg|jpeg|gif|css|png|js|map|woff|woff2|ttf|svg|eot)$ {
|
|
expires 30d;
|
|
access_log off;
|
|
}
|