File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget vim superv
31
31
sudo zlib1g zlib1g-dev libzip4 libzip-dev zip unzip librabbitmq-dev && \
32
32
rm -rf /var/lib/apt/lists/*
33
33
34
- RUN a2enmod rewrite unique_id
34
+ RUN a2enmod rewrite unique_id headers
35
35
36
36
RUN docker-php-ext-configure gd --with-jpeg \
37
37
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
@@ -83,6 +83,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/
83
83
mkdir /var/www/.composer && chown -R www-data:www-data /var/www/.composer
84
84
85
85
COPY configs/ports.conf /etc/apache2/ports.conf
86
+ COPY configs/headers.conf /etc/apache2/conf-enabled/headers.conf
86
87
COPY configs/logs.conf /etc/apache2/conf-enabled/logs.conf
87
88
COPY apache-run.sh /usr/bin/apache-run
88
89
COPY ./bin /usr/bin/
Original file line number Diff line number Diff line change
1
+ Header append X-Request-UID "%{UNIQUE_ID}e"
You can’t perform that action at this time.
0 commit comments