From 159487aeca47c0853f78281cb9f71792a440810f Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 5 Dec 2024 14:55:54 +0100 Subject: [PATCH] add nginx module --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc53007..9371fc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN adduser -D -g 'www' www # Install required package RUN apk add --no-cache --update \ - nginx \ + nginx --with-http_realip_module \ curl \ tar \ unzip \