First of all, thanks for the awesome script. It’s my first time setting up a dedicated server and using Ubuntu. It is fun to learn something new.
Anyway, my initial Quickbox setup works just fine.
And then I bought a domain and installed SSL certificate by following this guide. All is fine.
But then after finished my Cloudflare setup, I can’t access Deluge and Plex anymore. I thinks it’s because of the unsupported ports : https://support.cloudflare.com/hc/en-us/articles/200169156-Which-ports-will-CloudFlare-work-with-
I guess still can access Plex from their own website? Or just follow this guide to configure plex reverse proxy
But from what I’ve read, I can’t do reverse proxy for Deluge if I have more than one users (multiple ports)?
So, what can I do to solve this problem?
Cloudflare said I should create a subdomain for unsupported ports. So do I need to create new VirtualHost for each users, and use ProxyPassReverse like this : http://stackoverflow.com/questions/8441881/subdomain-proxy-pass-all-pointing-to-single-server
And this : https://freedif.org/how-to-redirect-a-port-to-a-sub-domain-proxypass
?