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

Getting 404 on the main page when using docker-compose-ssl.yml #79

Open
TanayKarve opened this issue Jan 14, 2023 · 1 comment
Open

Comments

@TanayKarve
Copy link

Using the .env_sample file, but with the following changes:
hostname=dataverse.mydomain.com:8080
traefikhost=dataverse.mydomain.com:8080

and the docker-compose-ssl.yml from distros/

I get the message "404 page not found" on https://dataverse.mydomain.com/

Am I missing something?
Thanks.

@kevincoakley
Copy link

Since your domain doesn't start with www. you have to modify:

- "traefik.http.routers.dataverse.rule=Host(`www.${traefikhost}`)"

and remove the www. before ${traefikhost}.

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

2 participants