Would you like to learn how to disable the directory listing on the Nginx server? In this tutorial, we are going to configure the Nginx server to block the directory browsing feature.
• Ubuntu 18
• Ubuntu 19
• Ubuntu 20
• Nginx 1.18.0
Equipment list
The following section presents the list of equipment used to create this tutorial.
As an Amazon Associate, I earn from qualifying purchases.
Nginx – Related Tutorial:
On this page, we offer quick access to a list of tutorials related to Nginx.
Tutorial Nginx – Disable directory listing
Install the Nginx server.
Edit the Nginx configuration file for the default website.
Add the following line to the configuration file.
Here is the file, before our configuration.
Here is the file, after our configuration.
Restart the Nginx service.
In our example, the directory listing feature was disabled on the Nginx server.
From a remote computer, open the browser and try to access a directory of the Nginx server.
• http://192.168.2.113/test
The Nginx server will display an error message.
Congratulations! You configured the Nginx server to disable the directory browsing feature.