Skip to content

Commit 832aa86

Browse files
committed
Make nginx echo module dynamic
1 parent d412203 commit 832aa86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN adduser --system --disabled-password --home /var/cache/nginx --shell /sbin/n
9090
--sbin-path=/usr/sbin/nginx \
9191
--modules-path=/usr/lib/nginx/modules \
9292
# Echo
93-
--add-module=../echo-nginx-module \
93+
--add-dynamic-module=../echo-nginx-module \
9494
# ModSecurity
9595
--add-module=../ModSecurity-nginx \
9696
# Brotli

0 commit comments

Comments
 (0)