diff --git a/client/src/pages/guide/english/nginx/index.md b/client/src/pages/guide/english/nginx/index.md new file mode 100644 index 0000000000..976cb207ee --- /dev/null +++ b/client/src/pages/guide/english/nginx/index.md @@ -0,0 +1,12 @@ +Installation of Nginx in Ubuntu +Step 1: Update Apt-Get + +As always, we update and upgrade our package manager. + +`apt-get update && apt-get upgrade` + +Step 2: Install Nginx + +One simple command to install Nginx is all that is needed: + +`apt-get -y install nginx`