From the course: Learning NGINX
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
NGINX files and directories - Nginx Tutorial
From the course: Learning NGINX
NGINX files and directories
- Now that we've gotten familiar with the commands used to control NGINX. Let's take a look at some of the files and directories used by NGINX on a Linux system. I'm connected to my sandbox server and I've elevated my session to use the root account. Let's start our tour of NGINX files and directories with slash Etsy slash NGINX. The Etsy NGINX directory holds the configuration for the entire NGINX installation. The main configuration file is NGINX.conf Let's take a peek at this file with a more command. We'll be taking a more detailed look at NGINX.conf in another lesson. But I just wanted to show you some of the directives that are contained in NGINEX.conf Now let's clear the screen and take another look at the Etsy NGINX directory. Also inside the Etsy NGINX directory we find the conf.d sites available and sites enabled directories. These directories will hold our server configuration files. If you're familiar…
Contents
-
-
-
Your NGINX learning environment20s
-
(Locked)
Install NGINX on Ubuntu2m 58s
-
(Locked)
The NGINX command-line interface3m 58s
-
(Locked)
NGINX files and directories3m 39s
-
(Locked)
Inside nginx.conf3m 39s
-
(Locked)
Configure a virtual host, part 14m 44s
-
(Locked)
Configure a virtual host, part 23m 16s
-
(Locked)
Add files to the root directory2m 14s
-
(Locked)
Challenge: Set up an NGINX server on Ubuntu Linux1m 24s
-
(Locked)
Solution: Set up an NGINX server on Ubuntu Linux3m 14s
-
-
-
-
-
-