custom access.format
All checks were successful
Publish Docker image / docker (push) Successful in 2m47s
All checks were successful
Publish Docker image / docker (push) Successful in 2m47s
This commit is contained in:
@@ -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
|
||||
|
||||
2
config/access-format.conf
Normal file
2
config/access-format.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[www]
|
||||
access.format = "%{REMOTE_ADDR}e - %u %t \"%m %Q\" %s"
|
||||
Reference in New Issue
Block a user