1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-30 21:30:14 +02:00

Docker fix default fastcgi.logging (#3875)

Mistake from https://github.com/RSS-Bridge/rss-bridge/pull/3500
Wrong file extension: should have been `.ini` and not `.conf` otherwise it has no effect.
See https://github.com/docker-library/php/pull/1360 and https://github.com/docker-library/php/issues/878#issuecomment-938595965
This commit is contained in:
Alexandre Alapetite
2024-01-05 07:22:16 +01:00
committed by GitHub
parent 0f6fa8034b
commit 12395fcf2d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
; Inspired by https://github.com/docker-library/php/blob/master/8.2/bookworm/fpm/Dockerfile
; https://github.com/docker-library/php/issues/878#issuecomment-938595965'
; https://github.com/docker-library/php/issues/878#issuecomment-938595965
fastcgi.logging = Off