X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6bf9e1a4b5640f3cdd057810f0c9b8a945bb88bd..a46fce5c3bfdf6b5a7fcc817309970156bcdc5b8:/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