mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00: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:
parent
0f6fa8034b
commit
12395fcf2d
@ -38,7 +38,7 @@ ENV CURL_IMPERSONATE ff91esr
|
|||||||
|
|
||||||
COPY ./config/nginx.conf /etc/nginx/sites-available/default
|
COPY ./config/nginx.conf /etc/nginx/sites-available/default
|
||||||
COPY ./config/php-fpm.conf /etc/php/8.2/fpm/pool.d/rss-bridge.conf
|
COPY ./config/php-fpm.conf /etc/php/8.2/fpm/pool.d/rss-bridge.conf
|
||||||
COPY ./config/php.ini /etc/php/8.2/fpm/conf.d/90-rss-bridge.conf
|
COPY ./config/php.ini /etc/php/8.2/fpm/conf.d/90-rss-bridge.ini
|
||||||
|
|
||||||
COPY --chown=www-data:www-data ./ /app/
|
COPY --chown=www-data:www-data ./ /app/
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; Inspired by https://github.com/docker-library/php/blob/master/8.2/bookworm/fpm/Dockerfile
|
; 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
|
fastcgi.logging = Off
|
||||||
|
Loading…
Reference in New Issue
Block a user