vagrant fcgi etc
This commit is contained in:
parent
718f494549
commit
c61c489e8e
3 changed files with 36 additions and 12 deletions
|
|
@ -84,7 +84,7 @@ cat<<'EOF' > $dir/startnginx.sh
|
|||
sudo /usr/local/etc/rc.d/nginx restart
|
||||
else
|
||||
sudo pkill nginx
|
||||
nginxbin=$(which nginx)
|
||||
nginxbin=$(sudo which nginx)
|
||||
sudo $nginxbin -c $prefix/etc/nginx/nginx.conf
|
||||
fi
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue