Включение модуля headers

This commit is contained in:
Роман Жилкин 2025-01-23 20:55:54 +07:00
parent 320f481089
commit 917a1ffa2b

View file

@ -4,3 +4,4 @@ RUN docker-php-ext-install mysqli
RUN a2enmod status RUN a2enmod status
RUN a2enmod rewrite RUN a2enmod rewrite
RUN a2enmod headers