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 9da49c5 commit b56846dCopy full SHA for b56846d
Dockerfile
@@ -50,14 +50,6 @@ COPY --chmod=0755 docker-entrypoint.sh /usr/local/bin/
50
51
HEALTHCHECK CMD curl -f http://localhost -A "HealthCheck" || exit 1
52
53
-# Forward Apache access and error logs to Docker's log collector.
54
-# Optional last line adds extra verbosity with for example:
55
-# [ssl:info] [pid 33] [client 10.0.5.8:45542] AH01964: Connection to child 2 established (server your.domain:443)
56
-RUN ln -sf /dev/stdout /var/www/logs/access.log \
57
- && ln -sf /dev/stderr /var/www/logs/error.log \
58
- && ln -sf /dev/stderr /var/www/logs/ssl-access.log
59
-# && ln -sf /dev/stderr /var/www/logs/ssl-error.log
60
-
61
# Set console entry path
62
WORKDIR /htdocs
63
0 commit comments