summaryrefslogtreecommitdiff
path: root/caddytest/integration
diff options
context:
space:
mode:
Diffstat (limited to 'caddytest/integration')
-rw-r--r--caddytest/integration/caddyfile_adapt/forward_auth_authelia.txt26
-rw-r--r--caddytest/integration/caddyfile_adapt/forward_auth_rename_headers.txt26
2 files changed, 0 insertions, 52 deletions
diff --git a/caddytest/integration/caddyfile_adapt/forward_auth_authelia.txt b/caddytest/integration/caddyfile_adapt/forward_auth_authelia.txt
index e7cbb0f..a057032 100644
--- a/caddytest/integration/caddyfile_adapt/forward_auth_authelia.txt
+++ b/caddytest/integration/caddyfile_adapt/forward_auth_authelia.txt
@@ -63,32 +63,6 @@ app.example.com {
]
}
]
- },
- {
- "routes": [
- {
- "handle": [
- {
- "exclude": [
- "Connection",
- "Keep-Alive",
- "Te",
- "Trailers",
- "Transfer-Encoding",
- "Upgrade"
- ],
- "handler": "copy_response_headers"
- }
- ]
- },
- {
- "handle": [
- {
- "handler": "copy_response"
- }
- ]
- }
- ]
}
],
"handler": "reverse_proxy",
diff --git a/caddytest/integration/caddyfile_adapt/forward_auth_rename_headers.txt b/caddytest/integration/caddyfile_adapt/forward_auth_rename_headers.txt
index bc2d95b..6522817 100644
--- a/caddytest/integration/caddyfile_adapt/forward_auth_rename_headers.txt
+++ b/caddytest/integration/caddyfile_adapt/forward_auth_rename_headers.txt
@@ -55,32 +55,6 @@ forward_auth localhost:9000 {
]
}
]
- },
- {
- "routes": [
- {
- "handle": [
- {
- "exclude": [
- "Connection",
- "Keep-Alive",
- "Te",
- "Trailers",
- "Transfer-Encoding",
- "Upgrade"
- ],
- "handler": "copy_response_headers"
- }
- ]
- },
- {
- "handle": [
- {
- "handler": "copy_response"
- }
- ]
- }
- ]
}
],
"handler": "reverse_proxy",