From 7d82d14c6d08491d98522749ab5d4c0aec445fdb Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sun, 2 Apr 2017 01:51:42 +0200 Subject: [PATCH] boring-nginx: enable map module by default --- boring-nginx/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/boring-nginx/Dockerfile b/boring-nginx/Dockerfile index 0a86162..354474d 100644 --- a/boring-nginx/Dockerfile +++ b/boring-nginx/Dockerfile @@ -19,7 +19,6 @@ ARG NGINX_MODULES=" \ --without-http_uwsgi_module \ --without-http_geo_module \ --without-http_autoindex_module \ - --without-http_map_module \ --without-http_split_clients_module \ --without-http_memcached_module \ --without-http_empty_gif_module \