diff options
| author | Drew DeVault <sir@cmpwn.com> | 2020-11-01 11:19:51 -0500 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2020-11-01 11:19:51 -0500 |
| commit | dc6e4e80c0b0a3950594e32db7cff1b2db24d75c (patch) | |
| tree | ddbec0d5be083daa32f05acdcce25a31489ec999 /include/config.h | |
| parent | 953039e0b15df9c119b70eb18f36e580a4c4e7d4 (diff) | |
| download | gmnisrv-dc6e4e80c0b0a3950594e32db7cff1b2db24d75c.tar.gz gmnisrv-dc6e4e80c0b0a3950594e32db7cff1b2db24d75c.tar.xz gmnisrv-dc6e4e80c0b0a3950594e32db7cff1b2db24d75c.zip | |
Implement URL rewrites with regex capture groups
Diffstat (limited to 'include/config.h')
| -rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index cf9f2a3..fc7e9fb 100644 --- a/include/config.h +++ b/include/config.h @@ -26,6 +26,7 @@ struct gmnisrv_route { char *root; char *index; + char *rewrite; bool autoindex; bool cgi; |
