配置静态文件服务时,以下哪个指令用于设置浏览器缓存时间?
root /var/www/html;
index .html;
expires 30d;
try_files $uri $uri/ =404;