Skip to content

Commit

Permalink
docs: document php-fpm path exclusion from access logs
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed Aug 3, 2023
1 parent b2d0b4a commit 2709770
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/php/php-fpm.d/zz-docker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ process_control_timeout = 20
listen = /var/run/php/php-fpm.sock
listen.mode = 0666
ping.path = /ping

# Exclude the /ping path from access logs, see https://github.com/php/php-src/issues/8174
# Note: this directive is available only on PHP v8.2
access.suppress_path[] = /ping

0 comments on commit 2709770

Please sign in to comment.