Add Request ID for fun
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
14ea88dd85
commit
0af40df768
1 changed files with 5 additions and 0 deletions
|
@ -1,2 +1,7 @@
|
|||
CustomLog "logs/{{ site_name }}-access.log" combined
|
||||
ErrorLog "logs/{{ site_name }}-error.log"
|
||||
|
||||
# Set the request ID for further proxy requests
|
||||
RequestHeader set X-Fedora-RequestID %{UNIQUE_ID}e
|
||||
# Reply the request ID back to the client
|
||||
Header set X-Fedora-RequestID %{UNIQUE_ID}e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue