Skip to content

Commit

Permalink
Remove access log
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui committed Sep 17, 2023
1 parent ad4f4fc commit 2f5ac1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 8.2-nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ RUN sed -i 's#^;pm.status_path = .*#pm.status_path = /status#g' /usr/local/etc/p
# My configuration.
COPY php.d /usr/local/etc/php/conf.d
COPY etc /usr/local/etc/php
# Remove access log
RUN sed -i 's#^access.log = /proc/self/fd/2#access.log = /dev/null#g' /usr/local/etc/php-fpm.d/docker.conf

# Healthcheck
HEALTHCHECK --interval=1m --timeout=10s --start-period=1m --retries=3 CMD FCGI_CONNECT=localhost:9000 php-fpm-healthcheck
Expand Down

0 comments on commit 2f5ac1a

Please sign in to comment.