nginx/test-config

Test Nginx Configuration

Test the Nginx configuration for syntax errors

configuration
debug

Command

sudo nginx -t

Explanation

Checks the Nginx configuration for syntax errors and potential issues.

Examples

Test configuration syntax

sudo nginx -t