We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d3f4d commit 3457450Copy full SHA for 3457450
caddy/Caddyfile
@@ -8,6 +8,9 @@ app.pygeoapi.local {
8
forward_auth authelia:9091 {
9
uri /api/authz/forward-auth?authelia_url=https://pygeoapi.local/
10
copy_headers Remote-User Remote-Groups Remote-Name Remote-Email
11
+ header_up X-Forwarded-Method {method}
12
+ header_up X-Forwarded-URI {uri}
13
+ header_up Proxy-Authorization {http.request.header.Authorization}
14
}
15
reverse_proxy pygeoapi:80
16
0 commit comments