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

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -

python - PyInstaller UAC not working in onefile mode -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -