diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-06 18:28:43 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-06 18:28:43 +0000 |
commit | e3ddf390950bf51d0c6c9cc6b931879006936e4c (patch) | |
tree | b5c8af6e5209006b99b4a65f222bbf169483c57e /gmid.h | |
parent | afc025ff600c11e5cbe8794b944b560492290cce (diff) |
add the ``entrypoint'' option
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ struct vhost { const char *key; const char *dir; const char *cgi; + const char *entrypoint; int dirfd; /* the first location rule is always '*' and holds the default |