Skip to content

Commit 5d02eee

Browse files
authored
Add nginx http_stub_status_module (#107)
* Add nginx http_stub_status_module * Add http_stub_status_module to cuda version too
1 parent 3b68e0a commit 5d02eee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
4949
--with-file-aio \
5050
--with-http_ssl_module \
5151
--with-debug \
52+
--with-http_stub_status_module \
5253
--with-cc-opt="-Wimplicit-fallthrough=0" && \
5354
cd /tmp/nginx-${NGINX_VERSION} && make && make install
5455

Dockerfile.cuda

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
4848
--with-file-aio \
4949
--with-http_ssl_module \
5050
--with-debug \
51+
--with-http_stub_status_module \
5152
--with-cc-opt="-Wimplicit-fallthrough=0" && \
5253
cd /tmp/nginx-${NGINX_VERSION} && make && make install
5354

0 commit comments

Comments
 (0)