mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
MINOR: ssl: rename ocsp_update.http_proxy into ocsp-update.httpproxy
Rename to the option to have a more consistent name.
This commit is contained in:
parent
964f093504
commit
271def959c
@ -1290,7 +1290,7 @@ The following keywords are supported in the "global" section :
|
|||||||
- nbthread
|
- nbthread
|
||||||
- node
|
- node
|
||||||
- numa-cpu-mapping
|
- numa-cpu-mapping
|
||||||
- ocsp_update.http_proxy
|
- ocsp-update.httpproxy
|
||||||
- pidfile
|
- pidfile
|
||||||
- pp2-never-send-local
|
- pp2-never-send-local
|
||||||
- presetenv
|
- presetenv
|
||||||
@ -2169,7 +2169,7 @@ numa-cpu-mapping
|
|||||||
already specified, for example via the 'cpu-map' directive or the taskset
|
already specified, for example via the 'cpu-map' directive or the taskset
|
||||||
utility.
|
utility.
|
||||||
|
|
||||||
ocsp_update.http_proxy <address>[:port]
|
ocsp-update.httpproxy <address>[:port]
|
||||||
Allow to use an HTTP proxy for the OCSP updates. This only works with HTTP,
|
Allow to use an HTTP proxy for the OCSP updates. This only works with HTTP,
|
||||||
HTTPS is not supported. This option will allow the OCSP updater to send
|
HTTPS is not supported. This option will allow the OCSP updater to send
|
||||||
absolute URI in the request to the proxy.
|
absolute URI in the request to the proxy.
|
||||||
|
@ -2025,7 +2025,7 @@ static struct cfg_kw_list cfg_kws = {ILH, {
|
|||||||
{ CFG_GLOBAL, "tune.ssl.ocsp-update.maxdelay", ssl_parse_global_ocsp_maxdelay },
|
{ CFG_GLOBAL, "tune.ssl.ocsp-update.maxdelay", ssl_parse_global_ocsp_maxdelay },
|
||||||
{ CFG_GLOBAL, "tune.ssl.ocsp-update.mindelay", ssl_parse_global_ocsp_mindelay },
|
{ CFG_GLOBAL, "tune.ssl.ocsp-update.mindelay", ssl_parse_global_ocsp_mindelay },
|
||||||
{ CFG_GLOBAL, "tune.ssl.ocsp-update.mode", ssl_parse_global_ocsp_update_mode },
|
{ CFG_GLOBAL, "tune.ssl.ocsp-update.mode", ssl_parse_global_ocsp_update_mode },
|
||||||
{ CFG_GLOBAL, "ocsp_update.http_proxy", ocsp_update_parse_global_http_proxy },
|
{ CFG_GLOBAL, "ocsp-update.httpproxy", ocsp_update_parse_global_http_proxy },
|
||||||
#endif
|
#endif
|
||||||
{ 0, NULL, NULL },
|
{ 0, NULL, NULL },
|
||||||
}};
|
}};
|
||||||
|
Loading…
Reference in New Issue
Block a user