From 14da1f81b05e4ffdf12b276cb8633672d4bd6be2 Mon Sep 17 00:00:00 2001 From: jacob Date: Fri, 31 May 2019 19:12:33 -0400 Subject: [PATCH] fix module config on newer nginx version for link type 'ADDON' --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index fcccc70..8d13b65 100644 --- a/config +++ b/config @@ -53,7 +53,7 @@ if [ "$ngx_module_link" = "DYNAMIC" ]; then . auto/module -elif [ "$ngx_module_link" = "YES" ]; then +elif [[ "$ngx_module_link" = "YES" || "$ngx_module_link" == "ADDON" ]]; then ngx_module_type=HTTP ngx_module_name="$ZMQ_MODULE" ngx_module_incs=