diff options
author | Omar Polo <op@omarpolo.com> | 2022-01-01 20:16:14 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-01-01 20:16:14 +0000 |
commit | 593e412b4988ca8b72bb7ef9b1cc663cb1184215 (patch) | |
tree | 55599fb76ec918b214af8b5fd7e4e1af1d51aaca /gmid.h | |
parent | 294a57275af3dafa948119e60a8db979be25e1f7 (diff) |
allow to disable TLS when proxying requests
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |