diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-04-16 19:25:21 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-04-16 19:25:46 +0200 |
| commit | 367906c7b7bef39b896f17c4ef119c20f53f151a (patch) | |
| tree | ac2fff596b5312e07c67bc1caa9d9f9847a2f7a4 /nginx_unicorn/nginxman.sh | |
| parent | 452ff6bffcf63826792bbb90d5f5402050738224 (diff) | |
| download | dotfiles-367906c7b7bef39b896f17c4ef119c20f53f151a.tar.gz dotfiles-367906c7b7bef39b896f17c4ef119c20f53f151a.zip | |
The SPDY patch is no longer necessary for trunk
Diffstat (limited to 'nginx_unicorn/nginxman.sh')
| -rwxr-xr-x | nginx_unicorn/nginxman.sh | 5 |
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 \ |
