aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-01-01 20:16:14 +0000
committerOmar Polo <op@omarpolo.com>2022-01-01 20:16:14 +0000
commit593e412b4988ca8b72bb7ef9b1cc663cb1184215 (patch)
tree55599fb76ec918b214af8b5fd7e4e1af1d51aaca /gmid.h
parent294a57275af3dafa948119e60a8db979be25e1f7 (diff)
allow to disable TLS when proxying requests
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 d028115..96c67fb 100644
--- a/gmid.h
+++ b/gmid.h
@@ -100,6 +100,7 @@ extern struct fcgi fcgi[FCGI_MAX];
struct proxy {
char *host;
const char *port;
+ int notls;
uint32_t protocols;
int noverifyname;
uint8_t *cert;