From 8797219a4b0afe5c42f110c62613c6dc00b0493c Mon Sep 17 00:00:00 2001 From: RedPumpkin Date: Tue, 2 Aug 2016 04:37:15 +0900 Subject: [PATCH] Update compile --- bin/compile | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/compile b/bin/compile index d217215..f5c6c11 100755 --- a/bin/compile +++ b/bin/compile @@ -78,7 +78,6 @@ if [[ ! -f "${CACHE_DIR}/bin/nginx" ]]; then --pid-path=./nginx.pid \ --conf-path=./nginx.conf \ --with-ld-opt="-static" \ - --with-http_spdy_module \ --with-http_stub_status_module \ --with-http_gzip_static_module \ --with-file-aio \