Nginx with PHP - Alpine Linux
https://wiki.alpinelinux.org/wiki/Nginx_with_PHPNginx with PHP navigation search Nginx (engine x) is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server Contents 1 Installation 2 Configuration 3 Sample page 4 Controlling nginx 4.1 Start Nginx 4.2 Test configuration 4.3 Reload and Restart Nginx 4.4 Stop Nginx 4.5 Runlevel 5 Testing Nginx 6 Troubleshooting
PHP FastCGI Example | NGINX
www.nginx.com › resources › wikiPHP FastCGI Example¶. This example is for newer PHP (>= 5.3.3) using the included PHP FPM (FastCGI Process Manager). This guide assume PHP FPM already installed and configured either using tcp port (127.0.0.1:9000) or unix socket (/var/run/php-fpm.sock).