ProxyTimeout 900 in Apache

This commit is contained in:
dpeca 2019-09-05 21:24:43 +02:00 committed by GitHub
parent 85ea9804d6
commit deddf58c3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,8 @@
# Global configuration
PidFile ${APACHE_PID_FILE}
Timeout 30
Timeout 900
ProxyTimeout 900
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 10