Skip to content

Commit 1bd47e6

Browse files
committed
Enable http proxy and fast cgi
1 parent d322cdf commit 1bd47e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ RUN addgroup -S nginx \
8181
--without-http_memcached_module \
8282
--without-http_empty_gif_module \
8383
--without-http_browser_module \
84-
--without-http_proxy_module \
85-
--without-http_fastcgi_module \
8684
--add-module=/tmp/headers-more-nginx-module \
8785
--add-module=/tmp/ngx_brotli \
8886
&& make -j ${BUILD_CORES} && make install && make clean \

0 commit comments

Comments
 (0)