I was configuring GitLab Pages behind HAProxy on PFSense, but a ran into a problem where HAProxy would not support double subdomains. (e.g. foo.bar.example.com)
I tried to do If host ends with page.foo.com then use backend page
. It should have redirected me to the GitLab Pages site, but it just gave me a 503.