助力软件开发企业降本增效 PHP / java源码系统,只需一次付费,代码终身使用! 广告
[TOC] ## 服务器推送 ``` location / { root /usr/share/nginx/html; index index.html index.htm; http2_push /style.css; http2_push /example.png; } ``` - 说明: 如果用户请求根路径/,就推送style.css和example.png