diff --git a/services/proxy/README.md b/services/proxy/README.md index 79d687925c..ef2b7102fc 100644 --- a/services/proxy/README.md +++ b/services/proxy/README.md @@ -13,6 +13,6 @@ The following request authentication schemes are implemented: - Signed URL - Public Share Token -## Recommendations for production deployments +## Recommendations for Production Deployments In a production deployment, you want to have basic authentication disabled which is the default state. You also want to setup a firewall to only allow requests to the proxy service or the reverse proxy if you have one. Requests to the other services should be blocked by the firewall.