@mewmew I hate peertube already.
@mewmew Because its being a bitch and the logs aren't telling me why. In fact the logs report everything is peachy keen. The proxy seems to be setup perfectly fine, but yeah just a blank page and I have no clue as to why its doing that.
OR WHY THAT WOULDNT GENERATE AN ERROR IN THE FUCKING LOG.
@mewmew No idea why though. Its definitely pointing to the server, and the server is definitely listening on the correct address.
@shebang @mewmew Do you mean you have freespeech.host and freespech.tube both pointed at one load balancer that forwards requests to other servers on the internal network? I have a similar setup on Gleasonator and I just serve the staticfiles directly from the load balancer. It does complicate things but I use Ansible to automate it.
@shebang @mewmew Ahh okay. Are you using Nginx on the proxy machine? I haven't tried this yet, but I think HAProxy might be able to forward the full HTTP request to the upstream machine including the domain, so you might be able to run Nginx on the upstream machine. Been wondering how to solve this problem myself.
@alex @mewmew Yeah the proxy main is nginx. Its working pretty well for a number of things, but peertube is being a bit more difficult. It adds a lot of complication between the peertube nginx wants to server ssl but that the proxy handles that so I need to fuckulate things and see how it goes, I guess.