Skip to content

Commit df0b8f7

Browse files
committed
Update httpd.conf
1 parent 59f528b commit df0b8f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • resources/modules/Apache/ospanel_data/default/templates

resources/modules/Apache/ospanel_data/default/templates/httpd.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ MaxKeepAliveRequests 200
1717
# MaxRanges 1
1818
PidFile "${ROOTDIR}/temp/{module_name}.pid"
1919
Protocols http/1.1
20+
ProxyTimeout 900
2021
ServerAdmin admin@local.host
2122
ServerName ospanel
2223
ServerRoot "${SRVROOT}"
2324
ServerSignature Off
2425
ServerTokens Prod
2526
ThreadsPerChild 128
26-
Timeout 60
27+
Timeout 900
2728
UseCanonicalName Off
2829

2930
# -----------------------------------------------------------------------------------

0 commit comments

Comments
 (0)