summaryrefslogtreecommitdiff
path: root/caddyconfig
diff options
context:
space:
mode:
authorFrancis Lavoie <lavofr@gmail.com>2022-03-13 01:38:11 -0500
committerGitHub <noreply@github.com>2022-03-13 01:38:11 -0500
commita9c7e94a38e4f4719a5c1cf7f3e11e8cf427f04e (patch)
treeef09257fc3517682dfe60d20b48d860df7b5bde6 /caddyconfig
parent3d616e8c6d65e5617f5a918d72fb1514c9c7144e (diff)
chore: Comment fixes (#4634)
Diffstat (limited to 'caddyconfig')
-rw-r--r--caddyconfig/httpcaddyfile/directives.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/caddyconfig/httpcaddyfile/directives.go b/caddyconfig/httpcaddyfile/directives.go
index b0d7815..aac4f1f 100644
--- a/caddyconfig/httpcaddyfile/directives.go
+++ b/caddyconfig/httpcaddyfile/directives.go
@@ -43,7 +43,7 @@ var directiveOrder = []string{
"root",
"header",
- "copy_response_headers",
+ "copy_response_headers", // only in reverse_proxy's handle_response
"request_body",
"redir",
@@ -69,7 +69,7 @@ var directiveOrder = []string{
// handlers that typically respond to requests
"abort",
"error",
- "copy_response",
+ "copy_response", // only in reverse_proxy's handle_response
"respond",
"metrics",
"reverse_proxy",