main
Alpha Chen 6 months ago
parent 7eb7115bf9
commit 080154b530
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -36,17 +36,33 @@ auth.{{ domain }} {
} }
search.{{ domain }} { search.{{ domain }} {
forward_auth authelia:9091 { log
uri /api/verify?rd=https://auth.{{ domain }}
# copy_headers Remote-User
# This import needs to be included if you're relying on a trusted proxies configuration. handle /opensearch.xml {
import trusted_proxy_list reverse_proxy searxng:8080
} }
handle /static/* {
reverse_proxy searxng:8080
}
handle /autocompleter {
reverse_proxy searxng:8080
}
handle {
forward_auth authelia:9091 {
uri /api/verify?rd=https://auth.{{ domain }}
# copy_headers Remote-User
reverse_proxy searxng:8080 { # This import needs to be included if you're relying on a trusted proxies configuration.
import trusted_proxy_list import trusted_proxy_list
} }
reverse_proxy searxng:8080 {
import trusted_proxy_list
}
}
} }
# {{ hledger.subdomain }}.{{ domain }} { # {{ hledger.subdomain }}.{{ domain }} {

Loading…
Cancel
Save