fix(dev): handle stripped service redirects

This commit is contained in:
ShadowArcanist
2026-05-11 09:26:19 +05:30
parent 5bc771de7c
commit 30f3441e51
+3 -3
View File
@@ -74,11 +74,11 @@ location = /knowledge-base/services/plausible { return 301 /docs/services/plausi
location = /knowledge-base/services/statusnook { return 301 /docs/services/statusnook; }
# Redirects renamed services
location = /docs/services/postgresus { return 301 /docs/services/databasus; }
location = /docs/services/unsend { return 301 /docs/services/usesend; }
location = /services/postgresus { return 301 /docs/services/databasus; }
location = /services/unsend { return 301 /docs/services/usesend; }
# Redirects part of a service to the correct service
location = /docs/services/beszel-agent { return 301 /docs/services/beszel; }
location = /services/beszel-agent { return 301 /docs/services/beszel; }
# Redirects for Contribution -> New Paths
location = /knowledge-base/contribute/coolify { return 301 /docs/get-started/contribute/coolify; }