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.h | |
parent | 4f7492c36e5ae600b0e0ad2b2d271712d55e34b9 (diff) |
implement fastcgi strip number
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -183,6 +183,7 @@ struct location { int disable_log; int fcgi; int nofcgi; + int fcgi_strip; struct envhead params; char dir[PATH_MAX]; |