Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

By tridnguyen
Hi,
I just created a brand new fedora box.
I then install nginx by running yum install nginx.
I tried to start nginx with the following commands:
$ systemctl enable nginx
$ systemctl restart nginx
However, I got the following error
Failed to read PID from file /run/nginx.pid: Invalid argument
And nginx is not running properly (going to the public IP address of the box does not return anything.
Does anyone know what I did wrong?