2024 m. gegužės 21 d., antradienis

nginx

nginx basic commands



Check Configuration syntax before reloading
$ nginx -t

 
Display current configurations:
$ nginx -T

 
Reload nginx
$ nginx -s reload