Home / Support / NGINX + PHP-FPM on Ubuntu 24.04 LTS
NGINX + PHP-FPM on Ubuntu 24.04 LTS — NGINX with PHP-FPM is the high-performance pairing for PHP: event-driven serving with process-managed PHP execution. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscription.
| Application ports | 80 (HTTP), 443 (HTTPS) |
|---|---|
| Open in browser | http://<VM-IP>/ |
| Service(s) | nginx, php8.3-fpm |
| Configuration | /etc/nginx/sites-available/default; /etc/php/8.3/fpm/; web root /var/www/html/ (PHP info page at /info.php — remove it before production) |
| Logs | /var/log/nginx/{access,error}.log; /var/log/php8.3-fpm.log |
| Version | NGINX 1.24 + PHP-FPM 8.3 (Ubuntu 24.04 packages) |
| Platform | Ubuntu 24.04 LTS |
Email support@dcassociatesgroup.com (response within 1 business day) or send a
message via the contact form. Include the offer name, VM size, region, and any log output — sudo journalctl -u <service> -n 100 usually tells the story.