Skip to content

Commit 2363b28

Browse files
committed
chore(nginx): add with-http_auth_request_module
1 parent bd0ea79 commit 2363b28

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

stacks/nginx/make.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ cd nginx-${STACK_VERSION}
1010
--with-http_realip_module \
1111
--with-http_ssl_module \
1212
--with-http_v2_module \
13-
--with-pcre-jit
13+
--with-pcre-jit \
14+
--with-http_auth_request_module
1415
make
1516
make install
16-
rm -rf /workspace/nginx.tar.gz /workspace/nginx-${STACK_VERSION}
17+
rm -rf /workspace/nginx.tar.gz /workspace/nginx-${STACK_VERSION}

0 commit comments

Comments
 (0)