SSL Complete Guide 2021: HTTP to HTTPS - Installing NGINX Web Server

SSL Complete Guide 2021: HTTP to HTTPS - Installing NGINX Web Server

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This tutorial guides users through creating a droplet on DigitalOcean, connecting to it via SSH, and installing Nginx on Ubuntu 18.04. It covers configuring the firewall to allow HTTP and HTTPS traffic, verifying the Nginx installation, and managing the server using various commands. The video also introduces setting up server blocks for hosting multiple websites on a single server.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in setting up a new server on DigitalOcean?

Creating a droplet

Configuring the firewall

Installing Nginx

Setting up server blocks

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operating system version is installed on the new droplet?

Debian 10

CentOS 7

Ubuntu 18.04

Ubuntu 20.04

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to update the package list before installing Nginx?

dnf update

apt-get upgrade

apt update

yum update

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it important to configure the firewall after installing Nginx?

To enable FTP access

To block all incoming traffic

To allow HTTP, HTTPS, and SSH connections

To disable SSH access

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to allow Nginx HTTP traffic through the firewall?

ufw allow ssh

ufw allow http

ufw allow https

ufw allow nginx http

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What indicates that the Nginx web server was successfully installed?

A server error message

A blank page

A welcome page from Nginx

A 404 error page

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why might an HTTPS connection be refused after initial Nginx setup?

The firewall blocks HTTPS

Nginx is not configured for HTTPS

The server is offline

The IP address is incorrect

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?