From eb038898eaeefde7120beac2c3a7bddb61844bb3 Mon Sep 17 00:00:00 2001 From: Frank Kloeker Date: Mon, 5 May 2025 16:34:36 +0200 Subject: [PATCH] replace only FASTCGI_READ_TIMEOUT Signed-off-by: Frank Kloeker --- root/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/entrypoint.sh b/root/entrypoint.sh index 3221c64..8d95a8a 100755 --- a/root/entrypoint.sh +++ b/root/entrypoint.sh @@ -29,7 +29,7 @@ provisioner() { # Replace environment variables envsubst < /etc/wallabag/parameters.template.yml > app/config/parameters.yml envsubst < /etc/wallabag/php-wallabag.template.ini > /etc/php81/conf.d/50_wallabag.ini - envsubst < /etc/wallabag/nginx.template.conf > /etc/nginx/nginx.conf + envsubst '${FASTCGI_READ_TIMEOUT}' < /etc/wallabag/nginx.template.conf > /etc/nginx/nginx.conf # Wait for external database if [ "$SYMFONY__ENV__DATABASE_DRIVER" = "pdo_mysql" ] || [ "$SYMFONY__ENV__DATABASE_DRIVER" = "pdo_pgsql" ] ; then