diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-02-17 13:34:40 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-02-17 13:34:40 +0100 |
| commit | f5db543b8a056379aa58fef6cbd81bba46970904 (patch) | |
| tree | 82460212992707a76a5a3a26f9d0a6f2ce347e11 /nginx_unicorn | |
| parent | f2ac96a57406ed362f5ee79bfd82308433d3e6a6 (diff) | |
| download | dotfiles-f5db543b8a056379aa58fef6cbd81bba46970904.tar.gz dotfiles-f5db543b8a056379aa58fef6cbd81bba46970904.zip | |
Changed a little bit the command to patch NGinx with SPDY
Diffstat (limited to 'nginx_unicorn')
| -rwxr-xr-x | nginx_unicorn/nginxman.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx_unicorn/nginxman.sh b/nginx_unicorn/nginxman.sh index acf8af6..4178ee5 100755 --- a/nginx_unicorn/nginxman.sh +++ b/nginx_unicorn/nginxman.sh @@ -26,7 +26,7 @@ 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 -p0 < patch.spdy.txt +patch -p1 < patch.spdy.txt # Configure echo -e "\033[32mConfiguring\033[0m" |
