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

4x4 Matrix in Python -

python - String indices must be integers and while issue -

python - PyInstaller UAC not working in onefile mode -