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}" <