Skip to content

Commit b56846d

Browse files
committed
fix(log): drop /var/log symlinks
1 parent 9da49c5 commit b56846d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Dockerfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ COPY --chmod=0755 docker-entrypoint.sh /usr/local/bin/
5050

5151
HEALTHCHECK CMD curl -f http://localhost -A "HealthCheck" || exit 1
5252

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-
6153
# Set console entry path
6254
WORKDIR /htdocs
6355

0 commit comments

Comments
 (0)