We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3c729 commit 85d1380Copy full SHA for 85d1380
Dockerfile
@@ -44,6 +44,9 @@ RUN { \
44
COPY etc/apache-vhost.conf /etc/apache2/sites-enabled/000-default.conf
45
COPY etc/php.ini /usr/local/etc/php/php.ini
46
47
+RUN echo "ServerTokens Prod\nServerSignature Off" >> /etc/apache2/conf-available/harden.conf && \
48
+ a2enconf harden
49
+
50
RUN mkdir -p /app
51
COPY composer.json /app/
52
WORKDIR /app
0 commit comments