Add multi-site support #157
Labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ric/nginx-php-fpm#157
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I saw the code provided ssl support. its great. if we put a lot of website at one host, and each website is built with one container.
I'd personally say separation of site is the better way to proceed. One site per container and run multiple containers. If you only have one IP use something like HAProxy in front of multiple containers. Or if in AWS use the ALB/ELB and push traffic to different ports.