We are deploying a somthing special installation CMS (docker) + Android players with reverse proxy using Nginx.
The problem is that players can connect to CMS but can not download any files.
I think the problem could be when NAT-ing to Internet NGINX because we can not use standard ports (80 or 443 for SSL). We need to use another port and a path like:
You need to handle that in nginx - so that when the request gets to the docker container it has the correct host headers (that is the purpose of the config I sent, although perhaps its not quite right)
In Apache it is ProxyPreserveHost On - i’m not sure what the nginx equivilant is, but I am sure you’d be able to find out from somewhere.