feat(redirects): redirect renamed services and service parts

This commit is contained in:
peaklabs-dev
2026-01-16 20:24:55 +01:00
parent 06ed7c2171
commit e21eed5be2
+7
View File
@@ -72,6 +72,13 @@ location = /knowledge-base/services/minio { return 301 /docs/services/minio; }
location = /knowledge-base/services/plausible { return 301 /docs/services/plausible; }
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; }
# Redirects part of a service to the correct service
location = /docs/services/beszel-agent { return 301 /docs/services/beszel; }
# Redirects for Contribution -> New Paths
location = /knowledge-base/contribute/coolify { return 301 /docs/resource/contribute/coolify; }
location = /knowledge-base/contribute/service { return 301 /docs/resource/contribute/service; }