expires缓存提升网站负载

1.

location / {
            root   html;
            index  index.html index.htm;
            expires 1d;
        }

expires 后接缓存时间

原文地址:https://www.cnblogs.com/mm163/p/10809407.html