issues
search
kymr
/
daily-study
2
stars
0
forks
source link
nginx configuration
#85
Open
kymr
opened
5 years ago
kymr
commented
5 years ago
gzip
http://nginx.org/en/docs/http/ngx_http_gzip_module.html
to reduce response size
config
gzip on
gzip_buffers
gzip_comp_level
gzip_min_length
gzip_proxied (for proxied request : Via header)
off
expired : Expires header
no-cache : Cache-Control header
no-store : Cache-Control header
private : Cache-Control header
no_last_modified : Last-Modified header
no_etag : ETag header
auth : Authorization
any
kymr
commented
5 years ago
events
https://jvns.ca/blog/2017/06/03/async-io-on-linux--select--poll--and-epoll/
select, poll, epoll
gzip
config