2022-12-20 10:17:27 +00:00
|
|
|
[[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
|
|
|
|
|
2022-12-06 19:33:13 +00:00
|
|
|
# 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
|
2022-12-06 21:48:09 +00:00
|
|
|
|
2022-01-18 08:04:48 +00:00
|
|
|
[[headers]]
|
|
|
|
for = "/*"
|
|
|
|
[headers.values]
|
|
|
|
Strict-Transport-Security = '''
|
|
|
|
max-age=31536000;
|
|
|
|
includeSubDomains;
|
|
|
|
preload'''
|