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

Domain and sub domain unable to work together #402

Open
bilogic opened this issue Nov 13, 2023 · 0 comments
Open

Domain and sub domain unable to work together #402

bilogic opened this issue Nov 13, 2023 · 0 comments

Comments

@bilogic
Copy link

bilogic commented Nov 13, 2023

My config

table https_hosts {
    my.example.com 192.168.214.102:8123
    .*\\.my\\.example\\.com 192.168.214.102:443
}

If I load https://test.my.example.com, it goes to 8123
If I swap the 2 lines, https://my.example.com occasionally goes to 443

What am I missing?

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

1 participant