Skip to content
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

new links for UMIL #162

Open
homework36 opened this issue Oct 10, 2024 · 4 comments
Open

new links for UMIL #162

homework36 opened this issue Oct 10, 2024 · 4 comments

Comments

@homework36
Copy link

homework36 commented Oct 10, 2024

We want umil.simssa.ca, umil.linkedmusic.ca, and https://whatinstrumentisthis.ca to point to current vim.simssa.ca.
Domains are managed on AWS. We need to figure out how to port new url with nginx (currently everything goes to prod edge)

@dchiller
Copy link
Contributor

dchiller commented Oct 10, 2024

Do you want them to redirect to vim.simssa.ca? Or all be acceptable host names for the same site?

Either way, as long as the DNS set-up in AWS is pointing to the prod edge server, the rest can be done in the operations repo with ansible and then with a few modifications to the current VIM django/nginx configuration.

The operations bit may require a bit of finagling because I think this will be the first time using the linkedmusic.ca domain.

@homework36
Copy link
Author

Do you want them to redirect to vim.simssa.ca? Or all be acceptable host names for the same site?

What's the difference between them? I guess we just want all those urls to go to the same VIM server.

Either way, as long as the DNS set-up in AWS is pointing to the prod edge server, the rest can be done in the operations repo with ansible and then with a few modifications to the current VIM django/nginx configuration.

Great! This part I have some idea.

The operations bit may require a bit of finagling because I think this will be the first time using the linkedmusic.ca domain.

This I don't know. I will read some documentations and maybe I will need some help later.

@dchiller
Copy link
Contributor

Do you want them to redirect to vim.simssa.ca? Or all be acceptable host names for the same site?

What's the difference between them? I guess we just want all those urls to go to the same VIM server.

In the first case, when someone requests umil.linkedmusic.ca we send them back a 30X with location: vim.simssa.ca (in other words, their browser will them open vim.simssa.ca and it will show "vim.simssa.ca" in the address bar.

In the latter, it'll show the same site no matter which of those you have in your address bar, but it'll keep the address bar the same.

The operations bit may require a bit of finagling because I think this will be the first time using the linkedmusic.ca domain.

This I don't know. I will read some documentations and maybe I will need some help later.

I suspect that we'll want to refactor our process so that we can specify domains and subdomains for each service in the playbooks/vars files.

@fujinaga
Copy link
Member

Actually, I would like the reverse. I would like to slowly phase out the use of VIM and replace it with UMIL. So vim.simssa.ca should show up as umil.linkedmusic.ca. Whatinstrumentisthis.ca can also show up as UMIL.linkedmusic.ca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants