rryqszq4 / ngx-php

ngx-php - Embedded php7 or php8 scripting language for nginx module. Mainline development version of the ngx-php.
BSD 2-Clause "Simplified" License
626 stars 56 forks source link

Any config example how to use with common PHP CMS? #137

Open droplinxuser opened 2 years ago

droplinxuser commented 2 years ago

Like what is the needed config to be able to run Wordpress sites without using PHP-FPM? Just PHP/Nginx with this module.

jobs-git commented 2 years ago

I have not used this yet, but by reading the readme it seems to be just php so what is left are those FPM specific functions.

Just a guess, you might need to map those FPM functions into php_ngx functions.