docs(install): note that Anubis needs certain paths proxied (#363)

Closes #310

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-04-25 13:32:29 -04:00 committed by GitHub
parent 4d3353fdc5
commit a5d796c679
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,3 +92,9 @@ To get Anubis filtering your traffic, you need to make sure it's added to your H
- [Kubernetes](./environments/kubernetes.mdx)
- [Nginx](./environments/nginx.mdx)
- [Traefik](./environments/traefik.mdx)
:::note
Anubis loads its assets from `/.within.website/x/xess/` and `/.within.website/x/cmd/anubis`. If you do not reverse proxy these in your server config, Anubis won't work.
:::