aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-04-16 19:25:21 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2013-04-16 19:25:46 +0200
commit367906c7b7bef39b896f17c4ef119c20f53f151a (patch)
treeac2fff596b5312e07c67bc1caa9d9f9847a2f7a4
parent452ff6bffcf63826792bbb90d5f5402050738224 (diff)
downloaddotfiles-367906c7b7bef39b896f17c4ef119c20f53f151a.tar.gz
dotfiles-367906c7b7bef39b896f17c4ef119c20f53f151a.zip
The SPDY patch is no longer necessary for trunk
-rwxr-xr-xnginx_unicorn/nginxman.sh5
1 files changed, 0 insertions, 5 deletions
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 \