Docker – Nginx server returning 404 for static files when set as reverse proxy
two docker containers are running two websites with apache as a server on port 60000 and 60002 nginx docker(created with nginx docker image) as a reverse proxy hosted on port 61001 the ip address is 10.0.2.15 when http://10.0.2.15:61001/app1 is called,…