Skip to content

Commit

Permalink
Add nginx http_stub_status_module (#107)
Browse files Browse the repository at this point in the history
* Add nginx http_stub_status_module

* Add http_stub_status_module to cuda version too
  • Loading branch information
rmens authored Feb 18, 2022
1 parent 3b68e0a commit 5d02eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
--with-file-aio \
--with-http_ssl_module \
--with-debug \
--with-http_stub_status_module \
--with-cc-opt="-Wimplicit-fallthrough=0" && \
cd /tmp/nginx-${NGINX_VERSION} && make && make install

Expand Down
1 change: 1 addition & 0 deletions Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
--with-file-aio \
--with-http_ssl_module \
--with-debug \
--with-http_stub_status_module \
--with-cc-opt="-Wimplicit-fallthrough=0" && \
cd /tmp/nginx-${NGINX_VERSION} && make && make install

Expand Down

0 comments on commit 5d02eee

Please sign in to comment.