custom access.format
All checks were successful
Publish Docker image / docker (push) Successful in 2m47s

This commit is contained in:
2024-11-27 10:56:23 +01:00
parent a9f541eca7
commit ca051d8fe5
2 changed files with 4 additions and 0 deletions

View File

@@ -36,3 +36,5 @@ RUN docker-php-ext-install -j$(nproc) \
RUN printf \n | pecl install vips && docker-php-ext-enable vips
RUN printf \n | pecl install zstd && docker-php-ext-enable zstd
COPY config/access-format.conf /usr/local/etc/php-fpm.d/access-format.conf

View File

@@ -0,0 +1,2 @@
[www]
access.format = "%{REMOTE_ADDR}e - %u %t \"%m %Q\" %s"