We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba62ece + 641650d commit 16b87a7Copy full SHA for 16b87a7
Dockerfile
@@ -70,17 +70,6 @@ RUN addgroup -S nginx \
70
--with-file-aio \
71
--with-threads \
72
--with-pcre-jit \
73
- --without-http_userid_module \
74
- --without-http_ssi_module \
75
- --without-http_scgi_module \
76
- --without-http_uwsgi_module \
77
- --without-http_geo_module \
78
- --without-http_autoindex_module \
79
- --without-http_map_module \
80
- --without-http_split_clients_module \
81
- --without-http_memcached_module \
82
- --without-http_empty_gif_module \
83
- --without-http_browser_module \
84
--add-module=/tmp/headers-more-nginx-module \
85
--add-module=/tmp/ngx_brotli \
86
&& make -j ${BUILD_CORES} && make install && make clean \
0 commit comments