diff options
author | Omar Polo <op@omarpolo.com> | 2023-07-23 19:04:37 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-07-23 19:04:37 +0000 |
commit | 6a8387e5f54a4d6db07aa2f3c7046f618b82aac2 (patch) | |
tree | 9c097e4ca7ea3a9b98c465d388ce13aad7679e01 /gmid.h | |
parent | fdd67729b45c7073be9ea1720cbadbaae8f0d112 (diff) |
add `fastcgi off' to forceful skip fastcgi for a route
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -175,6 +175,7 @@ struct location { X509_STORE *reqca; int disable_log; int fcgi; + int nofcgi; struct envhead params; char dir[PATH_MAX]; |