Skip to content

Instantly share code, notes, and snippets.

@muffinresearch
Last active August 29, 2015 14:22
Show Gist options
  • Save muffinresearch/24abf3554f609939b49b to your computer and use it in GitHub Desktop.
Save muffinresearch/24abf3554f609939b49b to your computer and use it in GitHub Desktop.
Quick nginx conf update test under docker.
bash-4.1# vi /etc/nginx/conf.d/payments-env.conf
bash-4.1# ps aux | grep [n]ginx
root 1 0.0 0.2 45228 5608 ? Ss 11:31 0:00 nginx: master process nginx -c /etc/nginx/nginx.conf -g daemon off;
nginx 5 0.0 0.1 45736 3308 ? S 11:31 0:00 nginx: worker process
bash-4.1# kill -HUP 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment