From 03d671e2aa44271e6feb5dc6b1f20f833735d917 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 8 Aug 2023 17:35:11 +0000 Subject: implement fastcgi strip number --- gmid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gmid.h') diff --git a/gmid.h b/gmid.h index 272d237..bdf3883 100644 --- a/gmid.h +++ b/gmid.h @@ -183,6 +183,7 @@ struct location { int disable_log; int fcgi; int nofcgi; + int fcgi_strip; struct envhead params; char dir[PATH_MAX]; -- cgit v1.2.3