httpd header macros
prx <[email protected]>
| Newsgroups | gmane.os.openbsd.misc |
|---|---|
| Message-ID | <[email protected]> |
Hello, The new "header" instruction in httpd.conf is very handy, thank you very much for this! However, when I tried to set an "Onion-Location" header, I found macros aren't supported. ``` header set "Onion-Location" "http://foo.onion$REQUEST_URI" ``` $REQUEST_URI is not expanded. Do I misunderstand something ? regards