We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 096c75e + ec278dc commit 8c6ad46Copy full SHA for 8c6ad46
1 file changed
nginx/location_apps.conf
@@ -13,3 +13,7 @@ location = /voyAGEr { return 307 /app/voyAGEr; }
13
location = /voyager { return 307 /app/voyAGEr; }
14
location = /betas { return 307 /app/betAS; }
15
location = /betAS { return 307 /app/betAS; }
16
+
17
+# redirect to external links
18
+location = /betas/tutorial { return 307 https://www.youtube.com/watch?v=RfMcg3boR5I; }
19
+location = /betAS/tutorial { return 307 https://www.youtube.com/watch?v=RfMcg3boR5I; }
0 commit comments