Derek Coleman & Associates Inc logoDerek Coleman & Associates Inc

Home / Support / NGINX + PHP-FPM on Ubuntu 24.04 LTS

NGINX + PHP-FPM on Ubuntu 24.04 LTS — Support & Quick Start

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.

At a glance

Application ports80 (HTTP), 443 (HTTPS)
Open in browserhttp://<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
VersionNGINX 1.24 + PHP-FPM 8.3 (Ubuntu 24.04 packages)
PlatformUbuntu 24.04 LTS

Quick start

  1. Deploy from the Azure Marketplace (Get It Now → Create), choosing your SSH key at the Administration step.
  2. Allow inbound SSH (22) for yourself plus the application port(s): 80 and 443 (HTTP/S) — restrict to your own IP where possible. The in-image firewall already allows them; only the Network Security Group (NSG) keeps them closed.
  3. Browse to http://<VM-IP>/ — NGINX answers immediately; put your site in /var/www/html/ and reload with `sudo systemctl reload nginx`.
  4. Add your TLS certificate to a 443 server block (certbot --nginx works out of the box) and remove /var/www/html/info.php.

First login

  1. No credential is generated: browse to http://<VM-IP>/ (and http://<VM-IP>/info.php for the PHP configuration — delete /var/www/html/info.php before going live).

Still stuck?

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.