From a62484c31cb3d4f460ab7b83f751f701911e3096 Mon Sep 17 00:00:00 2001 From: "bernhardreiter bernhardreiter@users.noreply.github.com" Date: Fri, 26 Aug 2022 10:24:45 +0000 Subject: [PATCH] Apply automatic changes --- docs/provider-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/provider-setup.md b/docs/provider-setup.md index 288fdcc..3f07fd0 100644 --- a/docs/provider-setup.md +++ b/docs/provider-setup.md @@ -169,7 +169,7 @@ To let nginx resolves the DNS record `csaf.data.security.domain.tld` to fulfill server_name ${DNS_NAME}; # e.g. server_name csaf.data.security.domain.tld; - location / { + location = / { try_files /.well-known/csaf/provider-metadata.json =404; }