diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-04-05 10:59:07 +0200 |
|---|---|---|
| committer | Ivan Gabaldon <igabaldon@inetol.net> | 2025-05-13 10:37:02 +0200 |
| commit | 2cfd3fc44b16e7f3c6010c0ac1004efb6dacf382 (patch) | |
| tree | 2ce148316b00b38a5a8ad13d242fc5c864cb9bee /docs/admin/arch_public.dot | |
| parent | 90068660196d898896219d1df7a088348c5d3d14 (diff) | |
[enh] tidy: clean old morty, filtron, searx references
Everyone should have already switched from legacy methods
Diffstat (limited to 'docs/admin/arch_public.dot')
| -rw-r--r-- | docs/admin/arch_public.dot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin/arch_public.dot b/docs/admin/arch_public.dot index 526fb53da..49b03d157 100644 --- a/docs/admin/arch_public.dot +++ b/docs/admin/arch_public.dot @@ -6,7 +6,7 @@ digraph G { browser [label="browser", shape=tab, fillcolor=aliceblue]; rp [label="reverse proxy"]; static [label="static files", shape=folder, href="url to configure static files", fillcolor=lightgray]; - uwsgi [label="uwsgi", shape=parallelogram href="https://docs.searxng.org/utils/searx.sh.html"] + uwsgi [label="uwsgi", shape=parallelogram href="https://docs.searxng.org/utils/searxng.sh.html"] redis [label="redis DB", shape=cylinder]; searxng1 [label="SearXNG #1", fontcolor=blue3]; searxng2 [label="SearXNG #2", fontcolor=blue3]; |