Skip to content

Commit

Permalink
Add commit has for ajp module, update nginx-auth-ldap
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjb committed Dec 5, 2018
1 parent eb67ec9 commit 46f66ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Expand Up @@ -52,9 +52,9 @@ _build_dynamic_module_git() {
# Build various add-on modules for nginx
_build_dynamic_module_git "headersmore" "https://github.com/openresty/headers-more-nginx-module" "v0.33"
_build_dynamic_module_git "fancyindex" "https://github.com/aperezdc/ngx-fancyindex.git" "v0.4.3"
_build_dynamic_module_git "ajp" "https://github.com/jcu-eresearch/nginx_ajp_module.git"
_build_dynamic_module_git "ajp" "https://github.com/jcu-eresearch/nginx_ajp_module.git" "bf6cd93f2098b59260de8d494f0f4b1f11a84627"
_build_dynamic_module_git "shibboleth" "https://github.com/nginx-shib/nginx-http-shibboleth.git" "v2.0.1"
_build_dynamic_module_git "authldap" "https://github.com/jcu-eresearch/nginx-auth-ldap.git" "766fe023bfe46c2a2c09f7fdc4c42e4f534b512c"
_build_dynamic_module_git "authldap" "https://github.com/jcu-eresearch/nginx-auth-ldap.git" "22d1e849a3382e562920401ec908feceba7c3df7"
_build_dynamic_module_git "replacefilter" "https://github.com/openresty/replace-filter-nginx-module.git" "d66e1a5e241f650f534eb8fb639e2b1b9ad0d8a4"

echo "Done! Module packages saved to $OUTPUT_DIR."
Expand Down

0 comments on commit 46f66ae

Please sign in to comment.