Skip to content

Instantly share code, notes, and snippets.

@nd3w
Created October 22, 2021 01:20
Show Gist options
  • Save nd3w/49786466d587785d62b06bbc9caf2962 to your computer and use it in GitHub Desktop.
Save nd3w/49786466d587785d62b06bbc9caf2962 to your computer and use it in GitHub Desktop.
Nginx Tips and Tricks

Version of Nginx

sudo nginx -v

Version and Enabled modules

sudo nginx -V

Configuration test

sudo nginx -t

Full configuration dump

sudo nginx -T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment