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 @@ -249,6 +249,9 @@ AddHandler php{{{vars.cfe_internal_hub_vars.php_version}}}-script .php
249249AddType application/x-httpd-php-source php{ {{vars.cfe_internal_hub_vars.php_version} }}
250250
251251
252+ # Timeout defaults to 60 but that is too short for some operations on slower hub hardware
253+ Timeout 120
254+
252255<Directory " { { { vars.cfe_internal_hub_vars.public_docroot} } } " >
253256
254257 Options -Indexes +FollowSymLinks +MultiViews
@@ -281,7 +284,6 @@ AddType application/x-httpd-php-source php{{{vars.cfe_internal_hub_vars.php_v
281284</Directory >
282285
283286<Directory " { { { vars.cfe_internal_hub_vars.docroot} } } /api" >
284- Timeout 120 # Increase timeout for the API, especially agent_run. See ENT-13291
285287
286288 Order deny,allow
287289 AllowOverride None
You can’t perform that action at this time.
0 commit comments