dataset/seed/applicationservice/2022.03.08/apache/templates/risotto.conf
2022-03-08 19:42:28 +01:00

15 lines
262 B
Text

# Timeout
Timeout %%apache_timeout
# Keepalive
%if %%apache_keepalive
KeepAlive On
%else
KeepAlive Off
%end if
MaxKeepAliveRequests 50
KeepAliveTimeout %%apache_timeout
# RemoteIp
RemoteIPHeader X-Forwarded-For
RemoteIPInternalProxy %%revprox_client_server_ip