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
582 stars 56 forks source link

Install #123

Closed joanhey closed 3 years ago

joanhey commented 3 years ago

Delete zlibc dependency, as it isn't available in ubuntu 20.10 Update to nginx 1.18.0 (last stable version) Simplify dependencies.

As we don't need apache, php-fpm o cgi in PHP, we install now the cli version. Also the CLI version installs and enable opcache and JIT (in php8).