Skip to content

Commit

Permalink
enabling the apache module remoteip
Browse files Browse the repository at this point in the history
enabling the apache module remoteip will partly fix issue Dolibarr#2
  • Loading branch information
JonBendtsen authored Sep 20, 2024
1 parent 4facf64 commit ae55ea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ RUN sed -i \
-e 's/^\(ServerTokens\) OS$/\1 Prod/g' \
/etc/apache2/conf-available/security.conf

RUN a2enmod remoteip

RUN apt-get update -y \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit ae55ea2

Please sign in to comment.