diff --git "a/Nginx\346\240\270\345\277\203\347\237\245\350\257\206100\350\256\262-\347\254\254\344\270\211\351\203\250\345\210\206\350\257\276\344\273\266.pdf" "b/Nginx\346\240\270\345\277\203\347\237\245\350\257\206100\350\256\262-\347\254\254\344\270\211\351\203\250\345\210\206\350\257\276\344\273\266.pdf" index d0adab6..f42f202 100644 Binary files "a/Nginx\346\240\270\345\277\203\347\237\245\350\257\206100\350\256\262-\347\254\254\344\270\211\351\203\250\345\210\206\350\257\276\344\273\266.pdf" and "b/Nginx\346\240\270\345\277\203\347\237\245\350\257\206100\350\256\262-\347\254\254\344\270\211\351\203\250\345\210\206\350\257\276\344\273\266.pdf" differ diff --git a/README.md b/README.md index 08ee4ed..c33deda 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,8 @@ # nginx编译参数 课程截止到第5部分时,用到的模块及编译参数如下: -`./configure --with-http_auth_request_module --with-http_realip_module --with-http_v2_module --with-debug --add-module=/home/web/nginx-http-concat/ --with-http_random_index_module --with-http_sub_module --with-http_addition_module --with-http_secure_link_module --with-http_geoip_module --with-http_ssl_module --with-stream_ssl_module --with-stream_realip_module --with-stream_ssl_preread_module --with-stream --add-module=/home/web/ngx_cache_purge/ --with-http_slice_module --with-google_perftools_module` + +` +./configure --with-http_auth_request_module --with-http_realip_module --with-http_v2_module --with-debug --add-module=/home/web/nginx-http-concat/ --with-http_random_index_module --with-http_sub_module --with-http_addition_module --with-http_secure_link_module --with-http_geoip_module --with-http_ssl_module --with-stream_ssl_module --with-stream_realip_module --with-stream_ssl_preread_module --with-stream --add-module=/home/web/ngx_cache_purge/ --with-http_slice_module --with-google_perftools_module --with-threads --with-ld-opt=-ltcmalloc --with-http_gzip_static_module --with-http_gunzip_module --with-http_stub_status_module +` +