diff --git a/nginx.build b/nginx.build index 1453831..27254ab 100755 --- a/nginx.build +++ b/nginx.build @@ -6,7 +6,7 @@ NginxBuilder.new 'http://nginx.org/download/nginx-1.8.0.tar.gz' do |n| #n.module 'git://github.com/agentzh/chunkin-nginx-module.git' n.module 'git://github.com/agentzh/headers-more-nginx-module.git' n.module 'git://github.com/agentzh/echo-nginx-module.git' - n.module 'git://github.com/r10r/ngx_http_auth_pam_module.git' + #n.module 'git://github.com/r10r/ngx_http_auth_pam_module.git' n.module 'git://github.com/chaoslawful/lua-nginx-module.git' n.module 'git://github.com/gnosek/nginx-upstream-fair.git' #n.module 'git://github.com/slact/nginx_http_push_module.git' @@ -14,7 +14,7 @@ NginxBuilder.new 'http://nginx.org/download/nginx-1.8.0.tar.gz' do |n| n.module 'git://github.com/masterzen/nginx-upload-progress-module.git' n.module 'git://github.com/FRiCKLE/ngx_cache_purge/' n.module 'git://github.com/arut/nginx-dav-ext-module' - n.module 'git://github.com:aperezdc/ngx-fancyindex.git' + n.module 'git://github.com/aperezdc/ngx-fancyindex.git' n.opt :prefix, n.base_dir + 'nginx' #n.opt :user, :share #n.opt :group, :share