Skip to content

Commit afa18f5

Browse files
committed
Update
1 parent e6d5fdf commit afa18f5

File tree

6 files changed

+1471
-8
lines changed

6 files changed

+1471
-8
lines changed

SUMMARY.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
- [配置 HTTPS 服务器](介绍/配置HTTPS服务器.md)
1818
- [nginx 如何处理 TCP/UDP 会话](介绍/Nginx如何处理TCP_UDP会话.md)
1919
- [关于 nginScript](介绍/关于nginScript.md)
20-
- “开源应用程序架构” 中的 “nginx” 章节
2120
- 其他
2221
- [Linux 软件包](其他/linux包.md)
2322
- How-To
@@ -77,13 +76,13 @@
7776
- [ngx_http_secure_link_module](模块参考/http/ngx_http_secure_link_module.md)
7877
- [ngx_http_session_log_module](模块参考/http/ngx_http_session_log_module.md)
7978
- [ngx_http_slice_module](模块参考/http/ngx_http_slice_module.md)
80-
- [ngx_http_spdy_module 被 ngx_http_v2_module 替代](模块参考/http/ngx_http_spdy_module.md)
79+
- [ngx_http_spdy_module(过时)](模块参考/http/ngx_http_spdy_module.md)
8180
- [ngx_http_split_clients_module](模块参考/http/ngx_http_split_clients_module.md)
8281
- [ngx_http_ssi_module](模块参考/http/ngx_http_ssi_module.md)
83-
- ngx_http_ssl_module
84-
- ngx_http_status_module
85-
- ngx_http_stub_status_module
86-
- ngx_http_sub_module
82+
- [ngx_http_ssl_module](模块参考/http/ngx_http_ssl_module.md)
83+
- [ngx_http_status_module(过时)](模块参考/http/ngx_http_status_module.md)
84+
- [ngx_http_stub_status_module](模块参考/http/ngx_http_stub_status_module.md)
85+
- [ngx_http_sub_module](模块参考/http/ngx_http_sub_module.md)
8786
- ngx_http_upstream_module
8887
- ngx_http_upstream_conf_module
8988
- ngx_http_upstream_hc_module
@@ -118,6 +117,5 @@
118117
- ngx_stream_upstream_module
119118
- ngx_stream_upstream_hc_module
120119
- ngx_stream_zone_sync_module
121-
- ngx_stream_zone_sync_module
122120
- 其他
123121
- [ngx_google_perftools_module](模块参考/google/ngx_google_perftools_module.md)

模块参考/http/ngx_http_ssi_module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ location / {
5959
|**默认**|ssi_min_file_chunk 1k;|
6060
|**上下文**|http、server、location|
6161

62-
设置响应存储在磁盘上的部分的最小大小(`size`),从使用 [sendfile](ngx_http_core_module.md#sendfile) 发送它们开始生效
62+
设置响应存储在磁盘上的部分的最小大小(`size`),从使用 [sendfile](ngx_http_core_module.md#sendfile) 发送它们起生效
6363

6464
### ssi_silent_errors
6565

0 commit comments

Comments
 (0)