Включение модуля headers
This commit is contained in:
parent
320f481089
commit
917a1ffa2b
1 changed files with 2 additions and 1 deletions
|
|
@ -3,4 +3,5 @@ FROM php:8.3-apache
|
|||
RUN docker-php-ext-install mysqli
|
||||
|
||||
RUN a2enmod status
|
||||
RUN a2enmod rewrite
|
||||
RUN a2enmod rewrite
|
||||
RUN a2enmod headers
|
||||
Loading…
Add table
Add a link
Reference in a new issue