X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ae92d144610446849eb568247a44f02ae985c281..9acc8cb9cd9ca4429712b0d31b647e9a6ecf2d96:/services/keep-web/doc.go diff --git a/services/keep-web/doc.go b/services/keep-web/doc.go index be81bb68c7..d2b4c7eb54 100644 --- a/services/keep-web/doc.go +++ b/services/keep-web/doc.go @@ -49,8 +49,7 @@ // // Proxy configuration // -// Keep-web does not support TLS natively. Typically, it is installed -// behind a proxy like nginx. +// Typically, keep-web is installed behind a proxy like nginx. // // Here is an example nginx configuration. // @@ -72,7 +71,7 @@ // } // // It is not necessary to run keep-web on the same host as the nginx -// proxy. However, TLS is not used between nginx and keep-web, so +// proxy. However, if TLS is not used between nginx and keep-web, the // intervening networks must be secured by other means. // // Anonymous downloads @@ -149,4 +148,4 @@ // /metrics. The same information is also available as JSON at // /metrics.json. // -package main +package keepweb