Different Php-Fpm containers with Apache -


my production server running docker classic structure db-container, server-container , php-fpm container.

what split sources in order have different containers 3 main parts of project. work old way mydomain.com/index main site, mydomain.com/api , mydomain.com/adm other services.

how have setup apache virtual host in order map requests this?

mydomain.com -> fcgi://sitefpm:9000 mydomain.com/api -> fcgi://apifpm:9000 mydomain.com/cms -> fcgi://cmsfpm:9000 

thanks


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -