From 367906c7b7bef39b896f17c4ef119c20f53f151a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Tue, 16 Apr 2013 19:25:21 +0200 Subject: The SPDY patch is no longer necessary for trunk --- nginx_unicorn/nginxman.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nginx_unicorn/nginxman.sh') diff --git a/nginx_unicorn/nginxman.sh b/nginx_unicorn/nginxman.sh index 7418eba..4ee120e 100755 --- a/nginx_unicorn/nginxman.sh +++ b/nginx_unicorn/nginxman.sh @@ -24,11 +24,6 @@ else fi cd $_nginx -# Fetch and apply the Nginx SPDY patch -echo -e "\033[32mFetching SPDY patch\033[0m" -wget http://nginx.org/patches/spdy/patch.spdy.txt -patch -p1 < patch.spdy.txt - # Configure echo -e "\033[32mConfiguring\033[0m" $_configure \ -- cgit v1.2.3