We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f528b commit df0b8f7Copy full SHA for df0b8f7
1 file changed
resources/modules/Apache/ospanel_data/default/templates/httpd.conf
@@ -17,13 +17,14 @@ MaxKeepAliveRequests 200
17
# MaxRanges 1
18
PidFile "${ROOTDIR}/temp/{module_name}.pid"
19
Protocols http/1.1
20
+ProxyTimeout 900
21
ServerAdmin admin@local.host
22
ServerName ospanel
23
ServerRoot "${SRVROOT}"
24
ServerSignature Off
25
ServerTokens Prod
26
ThreadsPerChild 128
-Timeout 60
27
+Timeout 900
28
UseCanonicalName Off
29
30
# -----------------------------------------------------------------------------------
0 commit comments