How To See Error Log In Nginx
Introduction to Nginx
Nginx is an open-source HTTP server, reverse proxy, and mail proxy software that was created by Igor Sysoev in 2004. It’s known for its strength, scalability, and speed in serving a large number of requests. Nginx comes with an error log system that allows you to view error messages generated from your web server and troubleshoot problems easily. In this article, we will discuss how to view the error log in Nginx
Finding the Nginx Log Files
Nginx creates access and error logs in the directory /var/log/where the nginx root configuration is stored. To find the error log of an individual server, locate the nginx.conf configuration file for the specific server and the corresponding log locations should be listed. The system administrator normally creates access and error logs for each server in the /var/log/nginx directory. It is important to note that these files are safe in their location and only those with “root” permissions will have access.
Viewing the Nginx Error Log
Viewing the Nginx error log is easy as long as you know the right command. This error log will contain data on any error codes or messages that have been generated from your web server. To view the error log for your Nginx server, open the Terminal window and enter the following command:
tail -30 /var/log/nginx/error.log
This command will display the last 30 lines of the Nginx error log. If you want to view a particular line then use the –line option followed by a number, eg:
tail -line 200 /var/log/nginx/error.log
This command will display the line 200 of the Nginx error log. Alternatively, you can also use the less command to see the error log contents.
Finding Errors in the Log
You can view the Nginx error log to see if there are any errors present. Errors are displayed as 5xx codes in the log, and you will be able to see the exact error code such as 502, or 500 if present. If an error
Related Posts:
- 403 Forbidden Nginx 1.10 0 Ubuntu 403 Forbidden Nginx 1.10 0 Ubuntu Introduction to 403 Forbidden Error 403 Forbidden error is a type of HTTP status code that indicates that the server is unable to complete…
- Nginx Request Entity Too Large Nodejs Nginx Request Entity Too Large Nodejs What is Nginx Request Entity Too Large? Nginx Request Entity Too Large refer to a type of error that occurs when an application server…
- Nginx 504 Gateway Time-Out 60 Seconds Nginx 504 Gateway Time-Out 60 Seconds What is 504 Error (Gateway Timeout Error): An HTTP 504 error, commonly known as a Gateway Timeout error, indicates that a server is not…
- Nginx Emerg Open Var Run Nginx.Pid Failed 13… Nginx Emerg Open Var Run Nginx.Pid Failed 13 Permission Denied What is Nginx? Nginx is an open-source web server software. It is used by millions of websites across the world…
- Laravel Nginx 404 Not Found Laravel Nginx 404 Not Found What is Laravel? Laravel is an open-source, free PHP web framework which is designed for the development of web applications following the model–view–controller architecture. It…
- How To Fix Forbidden Open Image Using Nginx How To Fix Forbidden Open Image Using Nginx What is the Forbidden Open Image Error? The Forbidden Open Image error is a common error message received when attempting to view…
- 111 Connection Refused While Connecting Upstream… 111 Connection Refused While Connecting Upstream 127.0.0.1 8000 Gunicorn Nginx Introduction A connection refused error can be an annoying problem for any user. When attempting to connect upstream to port…
- 403 Forbidden Nginx Debian 9 403 Forbidden Nginx Debian 9 What is 403 Forbidden Error? 403 Forbidden error is an HTTP status code that means that accessing the page or resource you were trying to…
- 502 Bad Gateway Nginx Centos Gcloud 502 Bad Gateway Nginx Centos Gcloud What is a 502 Bad Gateway Error? The 502 Bad Gateway error is an HTTP status code that occurs when a server, like a…
- Client Intended To Send Too Large Body Nginx Reverse Client Intended To Send Too Large Body Nginx Reverse Introduction Nginx reverse proxy is a powerful open-source web server and proxy server. It can be used to build a highly…
- 403 Forbidden Nginx Ubuntu 14.04 403 Forbidden Nginx Ubuntu 14.04 What Is a 403 Forbidden Error? A 403 Forbidden error is an HTTP status code that denotes that a server, upon receiving a request from…
- An Internal Server Error Occurred Nginx An Internal Server Error Occurred Nginx What is an Internal Server Error? An internal server error is a general term used to describe an error that occurs on a web…
- Nginx Cannot Open File But Exist Nginx Cannot Open File But Exist What is Nginx? Nginx is an open source web server and reverse proxy. It is distributed under the BSD-style license and often used as…
- Nginx Ispconfig Site Not Found Nginx Ispconfig Site Not Found What is Nginx and ISPConfig? Nginx is an open-source web server used to serve webpages, process requests, and establish connections. It is one of the…
- 500 Internal Server Error Nginx Angular 500 Internal Server Error Nginx Angular What Are the Causes of 500 Internal Server Error Nginx Angular? One of the most frustrating, yet common, errors you may run into with…
- This Site Can't Be Reached Nginx This Site Can't Be Reached Nginx What is Nginx and What Does it do? Nginx is an open-source web server, created by Igor Sysoev in 2004. It is a powerful…
- Nginx Service Control Process Exited Code Exited Status 1 Nginx Service Control Process Exited with Code Exited Status 1 What is Nginx? Nginx is an open source, high performance web server that is considered to be one of the…
- 502 Bad Gateway Rails Nginx Fix 502 Bad Gateway Rails Nginx Fix Introduction 502 Bad Gateway Error is an HTTP status code that indicates that the web server was unable to process a valid request sent…
- Nginx Error Failed 111 Connection Refused While… Nginx Error Failed 111 Connection Refused While Connecting To Upstream What is Nginx? Nginx is a powerful web server software that is used to host web applications and websites. Nginx,…
- Cara 404 Not Found Nginx Cara 404 Not Found Nginx What is 404 Not Found Error? The HTTP 404 Not Found Error is a common browser error server webpages display when a requested page is…
- Error 4183 0 1 Nginx Error 4183 0 1 Nginx What is Nginx? Nginx is an open source web server that is responsible for handling the requests and responses that come to and from a…
- 403 Forbidden Nginx 1.10.3 Username 403 Forbidden Nginx 1.10.3 Username Introductory Information The 403 Forbidden Nginx 1.10.3 Username error is one of the most common errors encountered in website setup. It occurs when a web…
- 502 Bad Gateway Nginx In Ubuntu 502 Bad Gateway Nginx In Ubuntu What Is A 502 Bad Gateway Error? A 502 Bad Gateway Error is an HTTP status code that is not able to connect to…
- Url Not Found Di Nginx Url Not Found Di Nginx What Is Nginx? Nginx is an open source web server made by Igor Sysoev that has become the go-to web server for powering large web…
- Nginx After Change Root Directory I've Got 403 Forbidden Nginx After Change Root Directory I've Got 403 Forbidden What is a 403 Error? When you see an error saying "403 Forbidden", it means that you don't have permission to…
- Nginx Error Invalid Pid Number In Var Run Nginx Pid Nginx Error Invalid Pid Number In Var Run Nginx Pid What is NGINX? NGINX is an open source web server created in 2002. It is a popular web server used…
- An Error Occurred When Install Php Nginx An Error Occurred When Installing PHP Nginx What is It? PHP-Nginx is a free, open-source web server and application platform that supports developing and hosting websites on the web. It…
- Django Nginx Gunicorn Static Files Permission Denied Django Nginx Gunicorn Static Files Permission Denied What are Django, Nginx and Gunicorn? Django is an open source high-level full-stack web development framework written in Python. It is designed to…
- 504 Gateway Time-Out Nginx After 1 Minute 504 Gateway Time-Out Nginx After 1 Minute What is a 504 Gateway Time-Out? A 504 Gateway Time-Out is an HTTP response code indicating that a server did not receive a…
- Nginx Acces Local Website 403 Nginx Access Local Website 403 Introduction Nginx is an open source software platform used for web server management and processing requests made by web clients. It is often used as…