Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion cfe_internal/enterprise/templates/httpd.conf.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ AddHandler php{{{vars.cfe_internal_hub_vars.php_version}}}-script .php
AddType application/x-httpd-php-source php{{{vars.cfe_internal_hub_vars.php_version}}}


# Timeout defaults to 60 but that is too short for some operations on slower hub hardware
Timeout 120

<Directory "{{{vars.cfe_internal_hub_vars.public_docroot}}}">

Options -Indexes +FollowSymLinks +MultiViews
Expand Down Expand Up @@ -281,7 +284,6 @@ AddType application/x-httpd-php-source php{{{vars.cfe_internal_hub_vars.php_v
</Directory>

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

Order deny,allow
AllowOverride None
Expand Down
Loading