Derek Coleman & Associates Inc logoDerek Coleman & Associates Inc

Home / Support / NGINX on Rocky Linux 9

NGINX on Rocky Linux 9 — Support & Quick Start

NGINX on Rocky Linux 9 — NGINX on Rocky Linux 9 pairs the world's most deployed web server with a community enterprise OS built for stability. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscription.

At a glance

Application ports80 (HTTP), 443 (HTTPS) — opened in firewalld at first boot
Open in browserhttp://<VM-IP>/
Service(s)nginx
Configuration/etc/nginx/nginx.conf; /etc/nginx/conf.d/; web root /usr/share/nginx/html/
Logs/var/log/nginx/{access,error}.log
VersionNGINX (Rocky Linux 9 AppStream package)
PlatformRocky Linux 9

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; drop server blocks into /etc/nginx/conf.d/ and `sudo systemctl reload nginx`.
  4. SELinux is enforcing: keep content under /usr/share/nginx/html or label custom roots with `chcon -Rt httpd_sys_content_t`.

First login

  1. No credential is generated: browse to http://<VM-IP>/ — the NGINX welcome page answers once first boot has started the service.

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.