We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3193d68 + ec45d09 commit 3bb2fbaCopy full SHA for 3bb2fba
1 file changed
src/plugins/static-redirects.ts
@@ -11,7 +11,8 @@ function createNginxRule(redirectFrom: string, redirectTo: string) {
11
return (
12
"rewrite ^" +
13
redirectFrom +
14
- "(/?)$ $scheme://$http_host" +
+ //"(/?)$ $scheme://$http_host" +
15
+ "(/?)$ https://docs.duendesoftware.com" + // use the production domain
16
redirectTo +
17
"/ permanent;\n"
18
);
0 commit comments