You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe this answer is too late,
but have you tried more precise regular expressions?
For example: ^my\.example\.com
(where ^ matches the beginning of line).
My config
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?
The text was updated successfully, but these errors were encountered: