Skip to content
Snippets Groups Projects
Commit 67b109c4 authored by jurgenhaas's avatar jurgenhaas
Browse files

#9 Define ErrorLogFormat for apache behind haproxy

parent 0f7798c1
No related branches found
No related tags found
No related merge requests found
......@@ -14,3 +14,7 @@ RewriteCond %{HTTP_REFERER} ^([^.]+.)*dummy\.referer [NC]
RewriteRule .* - [F,L]
RequestHeader unset Proxy early
{% if groups.proxyserver is defined %}
ErrorLogFormat "[%{u}t] [%m:%l] [pid %P] [client %{X-Forwarded-For}i] %M"
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment