mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
feat(redirects): redirect renamed services and service parts
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user