mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
77e3d08f22
* docs: split out self-hosting into section * check for broken links * fix netlify proxy forward * use full path
28 lines
615 B
TOML
28 lines
615 B
TOML
[[redirects]]
|
|
from = "/docs/guides/deploy/*"
|
|
to = "/docs/self-hosting/deploy/:splat"
|
|
status = 301
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/docs/guides/manage/self-hosted/*"
|
|
to = "/docs/self-hosting/manage/:splat"
|
|
status = 301
|
|
force = true
|
|
|
|
# This is a workaround to address the problem around the baseUrl from docusaurus
|
|
# Be aware that this prevents the usage of the path /docs/docs
|
|
[[redirects]]
|
|
from = "/docs/*"
|
|
to = "/:splat"
|
|
status = 200
|
|
force = true
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
Strict-Transport-Security = '''
|
|
max-age=31536000;
|
|
includeSubDomains;
|
|
preload'''
|