nginx

How to Fix a 500 Internal Server Error on a WordPress Site — step-by-step Web Servers tutorial on Progressive Robot

How to Fix a 500 Internal Server Error on a WordPress Site

The 500 Internal Server Error code can be an ambiguous one when maintaining a WordPress installation, and issues in PHP or nginx could likely be the culprit. If you are receiving a 500 error on your WordPress installation, this tutorial will share solutions to help you to identify, solve, and test the 500 error to get your WordPress site running smoothly.

Read more
How To Set Up a Node.js Application for Production on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Node.js Application for Production on Ubuntu 18.04

Node.js is an open-source JavaScript runtime environment for building server-side and networking applications. Node.js applications can be run at the command line but this guide focuses on running them as a service using PM2, so that they will automatically restart on reboot or failure, and can safely be used in a production environment.

Read more
How To Deploy a Go Web Application Using Nginx on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Deploy a Go Web Application Using Nginx on Ubuntu 18.04

In this tutorial, you will build a “Hello World” web application in Go and deploy it on an Ubuntu 18.04 server using Nginx as a reverse proxy. Go is a general-purpose programming language that is gradually becoming one of the most popular web back-end programming languages. Nginx is one of the most used web servers in the world due to its lightweight resource usage and its reliability under load.

Read more
CHAT