# HTML/CSS/JS/PHP web services # WEB.md # Summary The web stack is made up from NGINX and PHP-FPM. Configuration files can be found in /etc/nginx and /etc/php//fpm/. The services are nginx.service and php-fpm.service. # Configuration changes: PHP-FPM In php.ini, enable extension={mysqli,pdo_mysql,pdo_pgsql,pdo_sqlite}.