aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-08-08 17:35:11 +0000
committerOmar Polo <op@omarpolo.com>2023-08-08 17:35:11 +0000
commit03d671e2aa44271e6feb5dc6b1f20f833735d917 (patch)
tree73779cef04bfa2f7e4e875e30a200f32c102ec9f /gmid.h
parent4f7492c36e5ae600b0e0ad2b2d271712d55e34b9 (diff)
implement fastcgi strip number
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h1
1 files changed, 1 insertions, 0 deletions
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];