My files look like this:
/js/jquery.js?ad886e4
location ~* \.(jpg|jpeg|png|gif|ico|css|js|svg|mp3) {
expires 365d;
}
But the expired headers are not set, how can i set the expired headers to files with a query string.
My files look like this:
/js/jquery.js?ad886e4
location ~* \.(jpg|jpeg|png|gif|ico|css|js|svg|mp3) {
expires 365d;
}
But the expired headers are not set, how can i set the expired headers to files with a query string.