From 58f557856f37b1bce5274d5c709dfa9ad384ed6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Fri, 23 Oct 2020 00:25:58 +0200 Subject: [PATCH] Pridan modul pro real ip --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bbfda2f..bf4917d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,6 +48,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \ --with-threads \ --with-file-aio \ --with-http_ssl_module \ + --with-http_realip_module \ --with-http_auth_request_module \ --with-debug \ --with-cc-opt="-Wimplicit-fallthrough=0" && \ -- GitLab