EnAccess / micropowermanager

Open Source Management Tool for Decentralized Utilities.
https://micropowermanager.io/
MIT License
2 stars 4 forks source link

[Feature Request]: Run the backend container using `php-fpm` #346

Open dmohns opened 1 week ago

dmohns commented 1 week ago

Preflight Checklist

Problem Description

Currently, we are running the production backend container using Apache. This is to keep it more similar with how the dev container is running, but has performance limitations.

Proposed Solution

Please using php-fpm in the backend production container. This might include bringing back a webserver, for example Nginx.

Alternatives Considered

N/A

Additional Information

No response