mirror of
https://github.com/myvesta/vesta
synced 2025-08-13 01:57:57 -07:00
ProxyTimeout 900 in Apache
This commit is contained in:
parent
85ea9804d6
commit
deddf58c3c
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
||||||
|
|
||||||
# Global configuration
|
# Global configuration
|
||||||
PidFile ${APACHE_PID_FILE}
|
PidFile ${APACHE_PID_FILE}
|
||||||
Timeout 30
|
Timeout 900
|
||||||
|
ProxyTimeout 900
|
||||||
KeepAlive Off
|
KeepAlive Off
|
||||||
MaxKeepAliveRequests 100
|
MaxKeepAliveRequests 100
|
||||||
KeepAliveTimeout 10
|
KeepAliveTimeout 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue