File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
cfe_internal/enterprise/templates Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,9 @@ AddHandler php{{{vars.cfe_internal_hub_vars.php_version}}}-script .php
244244AddType 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
You can’t perform that action at this time.
0 commit comments