We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nginx中gzip_static模块的功能是在访问一个文件foo.bar时,先检查同目录下是否存在foo.bar.gz,若存在且客户端支持gzip encoding的话就直接返回这个 .gz 文件,这是一个很方便的功能,可以节约带宽且无需每次都压缩。 希望swoole新版本中在配置 static_handler_locations 的同时可以配置是否开启gzip_static
nginx
gzip_static
static_handler_locations
The text was updated successfully, but these errors were encountered:
No branches or pull requests
nginx
中gzip_static
模块的功能是在访问一个文件foo.bar时,先检查同目录下是否存在foo.bar.gz,若存在且客户端支持gzip encoding的话就直接返回这个 .gz 文件,这是一个很方便的功能,可以节约带宽且无需每次都压缩。希望swoole新版本中在配置
static_handler_locations
的同时可以配置是否开启gzip_static
The text was updated successfully, but these errors were encountered: