I am trying to use NGINX Unit 1.28.0 with pypy 3.7
In NGINX Unit docs there is a section regarding building from source, and I managed to build custom versions of python
./configure python --module=python3.9 --config=python3.9-config
However, I thought using pypy would be similar to this, however there is no such file pypy3-config.
Does pypy include config file and what are the required steps to use pypy with NGINX Unit?
Thanks.