wodby / docker4drupal

Docker-based Drupal stack
https://wodby.com/docker4drupal
MIT License
1.24k stars 535 forks source link

Drupal with NGINX Unit #568

Open heyyo-droid opened 2 months ago

heyyo-droid commented 2 months ago

I read great feedback on newest architecture NGINX Unit. For example this article (little bit outdated) shows results that nginx unit-php is almost 10x faster than nginx + php-fpm and more stable under stress test. https://habr.com/en/articles/646397/

Nginx unit is also open source and has already a Drupal profile.

https://unit.nginx.org/howto/drupal/

It looks like some members of Drupal community are already using it https://github.com/el7cosmos/nginx-unit-drupal

The official repo of unit https://github.com/nginx/unit

Was there any consideration to support it with wodby stack ?