LoginSignup
1
0

More than 3 years have passed since last update.

nginx再起動手順

Posted at

起動確認

ps ax | grep nginx | grep -v grep
 9056 ?        S      0:00 nginx: worker process
27125 ?        Ss     0:00 nginx: master process nginx

※worker processとmaster processを確認。

再起動

sudo nginx -s reload
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0