Update services/proxy/README.md

This commit is contained in:
Martin
2022-10-27 12:11:00 +02:00
committed by GitHub
parent 453acf3d66
commit 0f2b427f03

View File

@@ -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.