Skip to content

Commit 23d9e2b

Browse files
committed
chore: Enable 'remoteip' Apache module for improved request handling
1 parent c7bb28c commit 23d9e2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

7.4-wordpress/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
220220
RUN a2enmod rewrite
221221
RUN a2enmod vhost_alias
222222
RUN a2enmod headers
223+
RUN a2enmod remoteip
223224

224225

225226
# Set the working directory

0 commit comments

Comments
 (0)