hieuhtr / Blog

Don’t be lazy. Don’t make excuses. No one cares. Work fucking harder.
Other
6 stars 2 forks source link

Nginx reload #59

Open hieuhtr opened 7 years ago

hieuhtr commented 7 years ago

Nginx reload - reloading the configuration file

Changes made in the configuration file will not be applied until the command to reload configuration is sent to nginx or it is restarted. To reload configuration, execute:

nginx -s reload

Reference:

  1. http://nginx.org/en/docs/beginners_guide.html
  2. https://www.nginx.com/resources/wiki/start/topics/tutorials/commandline/