Skip to content

Commit

Permalink
Disable nginx_upload_module for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoskings committed Jun 11, 2013
1 parent 1d10072 commit 76ff198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.rb
Expand Up @@ -161,15 +161,15 @@ def server_names
end

source "http://nginx.org/download/nginx-#{version}.tar.gz"
extra_source "https://github.com/vkholodkov/nginx-upload-module/archive/#{upload_module_version}.zip"
# extra_source "https://github.com/vkholodkov/nginx-upload-module/archive/#{upload_module_version}.zip"

configure_args L{
[
"--with-ipv6",
"--with-pcre",
"--with-http_ssl_module",
"--with-http_gzip_static_module",
"--add-module='../../#{upload_module_version}/nginx-upload-module-#{upload_module_version}'",
# "--add-module='../../#{upload_module_version}/nginx-upload-module-#{upload_module_version}'",
"--with-ld-opt='#{shell('pcre-config --libs')}'"
].join(' ')
}
Expand Down

0 comments on commit 76ff198

Please sign in to comment.