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

Wrong port in Wings Traefik's labelling #22

Open
o-be-one opened this issue Jul 4, 2022 · 1 comment
Open

Wrong port in Wings Traefik's labelling #22

o-be-one opened this issue Jul 4, 2022 · 1 comment

Comments

@o-be-one
Copy link

o-be-one commented Jul 4, 2022

- "traefik.http.services.pterodactyl_wings-https.loadbalancer.server.port=443"

Looks like Wings web default port is 8080 so this line should reference the web default port and not the 443. What do you think?

@EdyTheCow
Copy link
Owner

The reason it's 443 is because when wings is proxied through Traefik, it removes the appended port 8080 and instead uses the default HTTPS port which is 443. If you inserted 8080 when setting up wings in the panel, it wouldn't be able to find it due to Traefik removing the appended port 8080 after the domain.

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