forked from stove/dataset
15 lines
347 B
Text
15 lines
347 B
Text
# Timeout
|
|
Timeout {{ general.apache.apache_timeout }}
|
|
|
|
# Keepalive
|
|
{% if general.apache.apache_keepalive %}
|
|
KeepAlive On
|
|
{% else %}
|
|
KeepAlive Off
|
|
{% endif %}
|
|
MaxKeepAliveRequests 50
|
|
KeepAliveTimeout {{ general.apache.apache_timeout }}
|
|
|
|
# RemoteIp
|
|
RemoteIPHeader X-Forwarded-For
|
|
RemoteIPInternalProxy {{ general.revprox.revprox_client_server_ip }}
|