@@ -291,11 +291,11 @@ scw lb backend create [arg=value ...]
291291| health-check.check-max-retries | | Number of consecutive unsuccessful health checks after which the server will be considered dead |
292292| health-check.mysql-config.user | | MySQL user to use for the health check |
293293| health-check.pgsql-config.user | | PostgreSQL user to use for the health check |
294- | health-check.http-config.uri | | HTTP URI used for the health check |
294+ | health-check.http-config.uri | | HTTP path used for the health check |
295295| health-check.http-config.method | | HTTP method used for the health check |
296296| health-check.http-config.code | | HTTP response code expected for a successful health check |
297297| health-check.http-config.host-header | | HTTP host header used for the health check |
298- | health-check.https-config.uri | | HTTP URI used for the health check |
298+ | health-check.https-config.uri | | HTTP path used for the health check |
299299| health-check.https-config.method | | HTTP method used for the health check |
300300| health-check.https-config.code | | HTTP response code expected for a successful health check |
301301| health-check.https-config.host-header | | HTTP host header used for the health check |
@@ -522,11 +522,11 @@ scw lb backend update-healthcheck [arg=value ...]
522522| check-send-proxy | | Defines whether proxy protocol should be activated for the health check |
523523| mysql-config.user | | MySQL user to use for the health check |
524524| pgsql-config.user | | PostgreSQL user to use for the health check |
525- | http-config.uri | | HTTP URI used for the health check |
525+ | http-config.uri | | HTTP path used for the health check |
526526| http-config.method | | HTTP method used for the health check |
527527| http-config.code | | HTTP response code expected for a successful health check |
528528| http-config.host-header | | HTTP host header used for the health check |
529- | https-config.uri | | HTTP URI used for the health check |
529+ | https-config.uri | | HTTP path used for the health check |
530530| https-config.method | | HTTP method used for the health check |
531531| https-config.code | | HTTP response code expected for a successful health check |
532532| https-config.host-header | | HTTP host header used for the health check |
0 commit comments