IT-SDK-Webserver

From wiki.samerhijazi.net
Revision as of 11:23, 13 February 2020 by Fiducia (talk | contribs) (Created page with "=nginx= * source: http://nginx.org/en/docs/beginners_guide.html * cfg Name: nginx.conf * cfg Location: /usr/local/nginx/conf, /etc/nginx, or /usr/local/etc/nginx. * control: n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

nginx

  • source: http://nginx.org/en/docs/beginners_guide.html
  • cfg Name: nginx.conf
  • cfg Location: /usr/local/nginx/conf, /etc/nginx, or /usr/local/etc/nginx.
  • control: nginx -s signal. Where signal may be the following: stop, quit, reload, reopen
  • KILL: kill -s QUIT 1628
  • List: ps -ax | grep nginx