From f378023bf2d5d8694f77227dc8df0c2d0ea357a9 Mon Sep 17 00:00:00 2001 From: phenomax Date: Sun, 14 Jul 2019 16:17:46 +0200 Subject: [PATCH] Use stable nginx version --- config.toml | 2 +- nginx/nginx.conf | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 9fd05ef..345a219 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # Specify the NginX version to download -nginx_version="1.17.1" +nginx_version="1.16.0" # Specify the PCRE version to download. Currently, NginX only supports PCRE1 (> 10) pcre_version="8.42" diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 8f2a330..ce92376 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -101,7 +101,6 @@ http { large_client_header_buffers 2 1k; client_body_timeout 10s; client_header_timeout 10s; - keepalive_timeout 5s 5s; send_timeout 10s; # Compress all output labeled with one of the following MIME-types.