From a5d796c679e63abc4e56bebd564c966633a7d5ac Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 25 Apr 2025 13:32:29 -0400 Subject: [PATCH] docs(install): note that Anubis needs certain paths proxied (#363) Closes #310 Signed-off-by: Xe Iaso --- docs/docs/admin/installation.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/admin/installation.mdx b/docs/docs/admin/installation.mdx index 22b218f..1070ccb 100644 --- a/docs/docs/admin/installation.mdx +++ b/docs/docs/admin/installation.mdx @@ -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. + +:::