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
Post a Comment