build: fancyindex: module-source correction. pam-auth removed
This commit is contained in:
parent
ced6c67fcc
commit
c87cddba20
|
@ -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/chunkin-nginx-module.git'
|
||||||
n.module 'git://github.com/agentzh/headers-more-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/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/chaoslawful/lua-nginx-module.git'
|
||||||
n.module 'git://github.com/gnosek/nginx-upstream-fair.git'
|
n.module 'git://github.com/gnosek/nginx-upstream-fair.git'
|
||||||
#n.module 'git://github.com/slact/nginx_http_push_module.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/masterzen/nginx-upload-progress-module.git'
|
||||||
n.module 'git://github.com/FRiCKLE/ngx_cache_purge/'
|
n.module 'git://github.com/FRiCKLE/ngx_cache_purge/'
|
||||||
n.module 'git://github.com/arut/nginx-dav-ext-module'
|
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 :prefix, n.base_dir + 'nginx'
|
||||||
#n.opt :user, :share
|
#n.opt :user, :share
|
||||||
#n.opt :group, :share
|
#n.opt :group, :share
|
||||||
|
|
Loading…
Reference in a new issue