From c45ba14b789804ec5581d94849a61cb9eb061a80 Mon Sep 17 00:00:00 2001 From: Joker_ Date: Tue, 26 May 2020 03:51:44 +0800 Subject: [PATCH] Path matching in Caddy V2 is now exact match by default --- Proxy-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index 4498876..838cfb7 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -56,7 +56,7 @@ Caddy 2 can also automatically enable HTTPS in some circumstances, check the [do # if you encounter issues. encode gzip - header / { + header /* { # Enable cross-site filter (XSS) and tell browser to block detected attacks X-XSS-Protection "1; mode=block" # Disallow the site to be rendered within a frame (clickjacking protection)