-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Labels
enhancement requestedNew feature suggestedNew feature suggestedhelp wantedExtra attention is neededExtra attention is needed
Description
It appears that the FPM images use php-fpm as their entry point, indicating that they only launch the FPM service but do not support serving HTTP requests directly.
Is that assumption correct, or does the image somehow launch Apache as well?
In the former case, do you have any recommendations on how to connect this with an Apache or Nginx instance that functions as an HTTP server? Ideally, that server should serve both the FPM service via HTTP as well as some additional static assets. I might be able to wire something up myself but was wondering whether you had already considered that use case — an FPM service by itself still needs an HTTP server, after all.
(I have searched for existing issues about this, but could not find any.)
Metadata
Metadata
Assignees
Labels
enhancement requestedNew feature suggestedNew feature suggestedhelp wantedExtra attention is neededExtra attention is needed