From 38feeba5c39e924392c79e764ccdd493bb10998e Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 16 Jan 2018 13:33:13 +0100 Subject: [PATCH] Vagrant: increase timeout for proxy requests to FPM refs #3266 --- .puppet/profiles/icingaweb2_dev/templates/icingaweb.conf.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.puppet/profiles/icingaweb2_dev/templates/icingaweb.conf.erb b/.puppet/profiles/icingaweb2_dev/templates/icingaweb.conf.erb index 62555a188..7196bbefa 100644 --- a/.puppet/profiles/icingaweb2_dev/templates/icingaweb.conf.erb +++ b/.puppet/profiles/icingaweb2_dev/templates/icingaweb.conf.erb @@ -44,3 +44,6 @@ Alias /<%= @web_path %> "/vagrant/public" ErrorDocument 404 /error_norewrite.html + + +ProxyTimeout 3600