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 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