diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-08 17:35:11 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-08 17:35:11 +0000 |
commit | 03d671e2aa44271e6feb5dc6b1f20f833735d917 (patch) | |
tree | 73779cef04bfa2f7e4e875e30a200f32c102ec9f /gmid.conf.5 | |
parent | 4f7492c36e5ae600b0e0ad2b2d271712d55e34b9 (diff) |
implement fastcgi strip number
Diffstat (limited to 'gmid.conf.5')
-rw-r--r-- | gmid.conf.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gmid.conf.5 b/gmid.conf.5 index 7ae4139..5738e72 100644 --- a/gmid.conf.5 +++ b/gmid.conf.5 @@ -318,6 +318,10 @@ is interpreted as a hostname or an IP address. can be either a port number or the name of a service enclosed in double quotes. If not specified defaults to 9000. +.It Ic strip Ar number +Strip +.Ar number +leading path components from the .El .Pp The FastCGI handler will be given the following variables by default: |