From 8f9b1a91abdd917d6be4be1b1c00179ddbacd775 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 30 Jun 2022 11:37:39 +0200 Subject: [PATCH] Update ingress.conf --- tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index 7907b4006..370f5a221 100644 --- a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf +++ b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf @@ -4,7 +4,6 @@ server { include /etc/nginx/includes/proxy_params.conf; client_max_body_size 0; proxy_buffering off; - proxy_read_timeout 30; location / { proxy_pass http://127.0.0.1:8080;