boring-nginx: enable map module by default

This commit is contained in:
Wonderfall 2017-04-02 01:51:42 +02:00
parent dab6108ddb
commit 7d82d14c6d
No known key found for this signature in database
GPG Key ID: 3117B26B968A8F33

View File

@ -19,7 +19,6 @@ ARG NGINX_MODULES=" \
--without-http_uwsgi_module \ --without-http_uwsgi_module \
--without-http_geo_module \ --without-http_geo_module \
--without-http_autoindex_module \ --without-http_autoindex_module \
--without-http_map_module \
--without-http_split_clients_module \ --without-http_split_clients_module \
--without-http_memcached_module \ --without-http_memcached_module \
--without-http_empty_gif_module \ --without-http_empty_gif_module \