-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add redirect from old demo URL to new URL #361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Add redirection rule to `fly-client.toml` to redirect traffic from `https://saas-template-gpt-client.fly.dev/` to `https://opensaas.sh`. * Add `[http_service.http_options.redirects]` section to handle redirection. * Add rule to redirect all traffic from `https://saas-template-gpt-client.fly.dev/` to `https://opensaas.sh`.
one for you @infomiho |
I'm not sure if editing the opensaas.sh client TOML file will add the redirect to the old client. We should probably edit the old demo client TOML file. @vincanger is it in the old saas template repo? |
@infomiho @vincanger Thanks for the feedback! To confirm, should I add the redirect rule to the old demo client’s fly-client.toml in the SaaS template repo? Or is there another preferred way to handle this? Let me know how you'd like me to proceed! |
@pshycodr Yes, that would be the right course of action. I can see in the old template repo we don't have the TOML files for deployment, so you might not be able to do it. @vincanger do you have the TOML files locally or? |
@infomiho @vincanger Got it! If the TOML files aren’t in the old template repo, let me know where I can find them or if there’s another way to set up the redirect. Happy to proceed once I have the right files! |
@infomiho I can't seem to find the old toml files. What could we do instead? |
Since you can't find the old
|
issue: #208
Add redirection rule to
fly-client.toml
to redirect traffic fromhttps://saas-template-gpt-client.fly.dev/
tohttps://opensaas.sh
.[http_service.http_options.redirects]
section to handle redirection.https://saas-template-gpt-client.fly.dev/
tohttps://opensaas.sh
.