From 69f05f49061423fca81a1cbe8841de98729e2830 Mon Sep 17 00:00:00 2001 From: Gregory Giguashvili Date: Thu, 30 May 2024 17:51:07 +0300 Subject: [PATCH] Increase nginx resources and timeouts to mitigate failed ostree installations --- test/bin/start_webserver.sh | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/test/bin/start_webserver.sh b/test/bin/start_webserver.sh index d74c77638df..f1645e7ecbe 100755 --- a/test/bin/start_webserver.sh +++ b/test/bin/start_webserver.sh @@ -14,8 +14,10 @@ mkdir -p "${IMAGEDIR}" cd "${IMAGEDIR}" NGINX_CONFIG="${IMAGEDIR}/nginx.conf" +# See the https://nginx.org/en/docs/http/ngx_http_core_module.html page for +# a full list of HTTP configuration directives cat > "${NGINX_CONFIG}" <