Skip to content

Commit 7044638

Browse files
authored
Merge pull request #3089 from craigcomstock/ent-13625/3.21
2 parents 568c8c9 + 7fa6413 commit 7044638

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cfe_internal/enterprise/templates/httpd.conf.mustache

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ AddHandler php{{{vars.cfe_internal_hub_vars.php_version}}}-script .php
244244
AddType application/x-httpd-php-source php{{{vars.cfe_internal_hub_vars.php_version}}}
245245

246246

247+
# Timeout defaults to 60 but that is too short for some operations on slower hub hardware
248+
Timeout 120
249+
247250
<Directory "{{{vars.cfe_internal_hub_vars.public_docroot}}}">
248251

249252
Options -Indexes +FollowSymLinks +MultiViews
@@ -276,7 +279,6 @@ AddType application/x-httpd-php-source php{{{vars.cfe_internal_hub_vars.php_v
276279
</Directory>
277280

278281
<Directory "{{{vars.cfe_internal_hub_vars.docroot}}}/api">
279-
Timeout 120 # Increase timeout for the API, especially agent_run. See ENT-13291
280282

281283
Order deny,allow
282284
AllowOverride None

0 commit comments

Comments
 (0)