diff --git a/cmd/nginx/flags.go b/cmd/nginx/flags.go index 7ea420011..384f6ff12 100644 --- a/cmd/nginx/flags.go +++ b/cmd/nginx/flags.go @@ -218,7 +218,7 @@ Feature backed by OpenResty Lua libraries. Requires that OCSP stapling is not en } if (*enableSSLChainCompletion || !*dynamicConfigurationEnabled) && *dynamicCertificatesEnabled { - return false, nil, fmt.Errorf(`SSL certificate chain completion cannot be enabled and dynamic configration cannot be disabled when + return false, nil, fmt.Errorf(`SSL certificate chain completion cannot be enabled and dynamic configuration cannot be disabled when dynamic certificates functionality is enabled. Please check the flags --enable-ssl-chain-completion and --enable-dynamic-configuration`) } diff --git a/rootfs/etc/nginx/lua/monitor.lua b/rootfs/etc/nginx/lua/monitor.lua index 512ef46eb..12d538617 100644 --- a/rootfs/etc/nginx/lua/monitor.lua +++ b/rootfs/etc/nginx/lua/monitor.lua @@ -68,7 +68,7 @@ end function _M.call() if #metrics_batch >= MAX_BATCH_SIZE then - ngx.log(ngx.WARN, "omiting metrics for the request, current batch is full") + ngx.log(ngx.WARN, "omitting metrics for the request, current batch is full") return end