diff options
Diffstat (limited to 'modules/md/mod_md_config.h')
-rw-r--r-- | modules/md/mod_md_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/md/mod_md_config.h b/modules/md/mod_md_config.h index e5dc4aa6fc..b385509476 100644 --- a/modules/md/mod_md_config.h +++ b/modules/md/mod_md_config.h @@ -30,11 +30,13 @@ typedef enum { MD_CONFIG_RENEW_NORM, MD_CONFIG_RENEW_WINDOW, MD_CONFIG_TRANSITIVE, + MD_CONFIG_PROXY, } md_config_var_t; typedef struct { apr_array_header_t *mds; /* all md_t* defined in the config, shared */ const char *base_dir; /* base dir for store */ + const char *proxy_url; /* proxy url to use (or NULL) */ struct md_store_t *store; /* store instance, singleton, shared */ int local_80; /* On which port http:80 arrives */ |