From 3d5a6c36fc2bf46c5c9dce0735ce0b3811969d11 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 27 Oct 2022 12:56:06 +0200 Subject: [PATCH] Update services/proxy/README.md --- services/proxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/proxy/README.md b/services/proxy/README.md index ef2b7102fc..6c31a29748 100644 --- a/services/proxy/README.md +++ b/services/proxy/README.md @@ -15,4 +15,4 @@ The following request authentication schemes are implemented: ## 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. +In a production deployment, you want to have basic authentication (`PROXY_ENABLE_BASIC_AUTH`) 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.