From 6bc52b1569b748f3239cead6a4cdb4cf8daeaab8 Mon Sep 17 00:00:00 2001 From: Roman Zhilkin Date: Sat, 25 Jan 2025 07:30:29 +0700 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D1=8F=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=BA=D1=81=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manufacturer/container/apache/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manufacturer/container/apache/Dockerfile b/manufacturer/container/apache/Dockerfile index b9d0d49..c498bda 100644 --- a/manufacturer/container/apache/Dockerfile +++ b/manufacturer/container/apache/Dockerfile @@ -4,4 +4,6 @@ RUN docker-php-ext-install mysqli RUN a2enmod status RUN a2enmod rewrite -RUN a2enmod headers \ No newline at end of file +RUN a2enmod headers +RUN a2enmod proxy +RUN a2enmod proxy_http \ No newline at end of file