I have direcotry /books/ and i want put Canonical header for every file:
HTTP/1.1 200 OK
Content-Length: 19
...
Link: <https://www.example.com/downloads/white-paper.pdf>; rel="canonical"
...
Trying dynamic variables in VHost -> Context -> Static -> Header → I attempted using $0, $URI...