Snippets

Check Nginx Configuration Status on Ubuntu

Posted by I. B. Gd Pramana A. Putra, 28 Jun 22, last updated 17 Jul 22

If your Nginx encounters an error after a change has been made to any Nginx configuration file, you can use this command to check whether the Nginx configuration is still okay or vice versa.

$ sudo nginx -t

If your Nginx configuration is correct or has no error, Nginx will return the following output in your terminal:

nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: the configuration file /etc/nginx/nginx.conf test is successful

I love sharing code snippets as most of the time, a quick code example is what we're looking for instead of long-written articles. If you think my code snippets are helpful and save you a lot of time, please consider buying me a cup of coffee :)

Support me via · paypal · buymeacoffee · ko-fi · trakteer
Contributed Snippets
Answer & Responses
    No comments yet

Wanna write a response?

You have to login before write a comment to this post.