Last active
August 29, 2015 14:22
-
-
Save muffinresearch/24abf3554f609939b49b to your computer and use it in GitHub Desktop.
Quick nginx conf update test under docker.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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