Some Nginx commands

PHOTO EMBED

Sat Apr 10 2021 05:57:14 GMT+0000 (Coordinated Universal Time)

Saved by @FlorianC #linux #nginx

# start a web service using nginx
service nginx start

# check nginx landing page using curl
curl http://localhost:80
content_copyCOPY