
nginx
文章平均质量分 72
C+ 安口木
https://github.com/ytanck/
生命不息,coding不止...
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx配置浏览器缓存
Expires:response header里的过期时间,浏览器再次加载资源时,如果在这个过期时间内,则命中强缓存(http1.0的产物,现在一般用cache-control)。cache-control的优先级高于expires,expires是http1.0的产物,而cache-control是http1.1的产物,两者同时存在的时候expire会被cache-control的max-age覆盖,在不支持http1.1的情况下可能就需要expires来保持兼容。强缓存、协商缓存、无缓存区别。原创 2024-07-22 11:02:00 · 770 阅读 · 0 评论 -
linux安装nginx(详细)
Nginx环境搭建Nginx反向代理-负载均衡Nginx动静分离Nginx资源压缩配置SLL证书原创 2021-03-15 11:01:59 · 54379 阅读 · 8 评论 -
nginx第三方module安装报错./configure: error
在执行 ./configure命令时,提示报以下错误:错误为:./configure: error: the HTTP rewrite module requires the PCRE library./configure: error: the HTTP rewrite module requires the PCRE library.You can either disable the module by using --without-http_rewrite_moduleoption, or原创 2021-07-08 10:39:19 · 5023 阅读 · 0 评论