June 2022
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
27282930  

Categories

June 2022
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
27282930  

Key Commands for nginx

Here are some Key Commands for nginx that I find so usefull.

$ nginx -t * Check if Nginx configuration is ok

$ nginx -s reload * Gracefully reload NGINX processes

$ nginx -V * a like -v, but with more detailed information

$ nginx -T * Dump full NGINX configuration

$ nginx -g […]