diff options
Diffstat (limited to 'caddytest/integration/caddyfile_adapt')
-rw-r--r-- | caddytest/integration/caddyfile_adapt/forward_auth_authelia.txt | 26 | ||||
-rw-r--r-- | caddytest/integration/caddyfile_adapt/forward_auth_rename_headers.txt | 26 |
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", |