gmid.conf.5: finish the sentence about fastcgi strip

This commit is contained in:
Omar Polo 2024-01-11 10:37:30 +00:00
parent 8d0573e84a
commit a9092d0ee8
1 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" Copyright (c) 2022, 2023 Omar Polo <op@omarpolo.com>
.\" Copyright (c) 2022, 2023, 2024 Omar Polo <op@omarpolo.com>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@ -11,7 +11,7 @@
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.Dd October 20, 2023
.Dd January 11, 2024
.Dt GMID.CONF 5
.Os
.Sh NAME
@ -321,7 +321,10 @@ If not specified defaults to 9000.
.It Ic strip Ar number
Strip
.Ar number
leading path components from the
leading path components from the request URL before splitting it in
.Ev SCRIPT_NAME
and
.Ev PATH_INFO .
.El
.Pp
The FastCGI handler will be given the following variables by default: