Kamil Velaro
Kamil Velaro

Reputation: 1

How to integrate custom php (custom built modules) with nginx unit?

In future we are planning integrating nginx-unit with php (custom extensions, modules)

So now, Im wondering how to do it

Should we

  1. get unit-php prebuilt docker image and modify afterwards (compile and install additional stuff)
  2. get minimal image and do php compilation from scratch?
  3. get base image, compile unit, compile php and link them?

Was just wondering how to link them

Upvotes: 0

Views: 76

Answers (0)

Related Questions