Включение модуля прокси

This commit is contained in:
Роман Жилкин 2025-01-25 07:30:29 +07:00
parent 1ac8d14d73
commit 6bc52b1569

View file

@ -5,3 +5,5 @@ RUN docker-php-ext-install mysqli
RUN a2enmod status
RUN a2enmod rewrite
RUN a2enmod headers
RUN a2enmod proxy
RUN a2enmod proxy_http