Guest User

Untitled

a guest
Jun 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. florin@vm:~$ ps aux | grep nginx
  2. root 884 0.0 0.0 76944 1308 ? Ss 10:28 0:00 nginx: master process /usr/sbin/nginx
  3.  
  4. $ /usr/sbin/nginx -V 2>&1 | grep --colour=auto conf
  5.  
  6. ~# nginx -t
  7. nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
  8. nginx: configuration file /etc/nginx/nginx.conf test is successful
Add Comment
Please, Sign In to add comment