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

Redirect web server root path to attendance instructions #4

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

AndrewKvalheim
Copy link
Member

Current behavior:

$ curl 'https://2024.seagl.org/'
<!doctype html>
<meta charset="utf-8" />
<html>
  <body>
    Hello from 2024.seagl.org!
  </body>
</html>

Copy link
Member

@strugee strugee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've been meaning to do this. Did you test? If not I think that's fine, we just need to do so after merge

@AndrewKvalheim
Copy link
Member Author

Just on the staging server, which has a slightly different configuration.

@AndrewKvalheim AndrewKvalheim merged commit 514f9a1 into seagl-fork Nov 4, 2024
2 of 5 checks passed
@AndrewKvalheim AndrewKvalheim deleted the AndrewKvalheim/redirect branch November 4, 2024 18:56
@AndrewKvalheim
Copy link
Member Author

AndrewKvalheim commented Nov 4, 2024

I don’t understand why this is redirecting to Element.

GET https://2024.seagl.org/ → 302 Found (https://2024-ephemeral.host.seagl.org)
GET https://2024-ephemeral.host.seagl.org/ → 302 Found (https://element.2024.seagl.org)
GET https://element.2024.seagl.org/ → 200 OK (<title>Element</title>)

Where is that even coming from?

matrix_client_element_enabled: false

Edit: Oh, found #2

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

Successfully merging this pull request may close these issues.

2 participants