docker reverse proxy on a server, for multiple websites that are in different containers
I have a lemp server on docker: mysql container php container reverse proxy container and then for each website a nginx container that have their own files of the website so each website container have their own .conf file and…