From c147b525919a90a524591c18245b5c9c3cdaf291 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Mon, 19 Aug 2019 18:34:04 -0300 Subject: [PATCH] Remove nginx modules from the package manager --- image/base/install-nginx | 1 + 1 file changed, 1 insertion(+) diff --git a/image/base/install-nginx b/image/base/install-nginx index 30a4ec0..6a33475 100755 --- a/image/base/install-nginx +++ b/image/base/install-nginx @@ -41,3 +41,4 @@ cd / rm -fr /tmp/nginx rm -fr /tmp/libbrotli rm -fr /tmp/ngx_brotli +rm -fr /etc/nginx/modules-enabled/* \ No newline at end of file -- 2.25.1