From ffd8df879dea5b306b1a1615c2eabe0d463a3a3b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 27 Oct 2023 14:33:26 +0000 Subject: custom-headers revamp, can be removed now Signed-off-by: Laurent Bercot --- doc/tipidee.conf.html | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/tipidee.conf.html b/doc/tipidee.conf.html index 7ead60f..685b454 100644 --- a/doc/tipidee.conf.html +++ b/doc/tipidee.conf.html @@ -448,21 +448,31 @@ serving files with uncommon extensions or have specific needs. custom-header is global directive, introduced by the keyword custom-header. It allows the user to define custom headers that are to be added to every response. +It takes a subcommand, that is used to define what should be done with +the header:

- custom-header option key value + custom-header add name value + custom-header always name value + custom-header remove name + custom-header never name

-- cgit v1.2.3