4 lines
59 B
Plaintext
4 lines
59 B
Plaintext
|
location ~* \.(js|css|png|jpe?g|gif|ico)$ {
|
||
|
expires 4w;
|
||
|
}
|