From 2f3988868c9695080e597d5c01fc40c055806388 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 14 Oct 2015 16:35:26 +0000 Subject: [PATCH] Set requesttimeout on headers Signed-off-by: Patrick Uiterwijk --- roles/httpd/proxy/tasks/main.yml | 1 + roles/httpd/proxy/templates/03-reqtimeout.conf | 1 + 2 files changed, 2 insertions(+) create mode 100644 roles/httpd/proxy/templates/03-reqtimeout.conf diff --git a/roles/httpd/proxy/tasks/main.yml b/roles/httpd/proxy/tasks/main.yml index 45140d9e90..b909de9fe1 100644 --- a/roles/httpd/proxy/tasks/main.yml +++ b/roles/httpd/proxy/tasks/main.yml @@ -25,6 +25,7 @@ - 00-namevirtualhost.conf - 01-keepalives.conf - 02-ticketkey.conf + - 03-reqtimeout.conf notify: - restart httpd tags: diff --git a/roles/httpd/proxy/templates/03-reqtimeout.conf b/roles/httpd/proxy/templates/03-reqtimeout.conf new file mode 100644 index 0000000000..595595cc62 --- /dev/null +++ b/roles/httpd/proxy/templates/03-reqtimeout.conf @@ -0,0 +1 @@ +RequestReadTimeout header=10