vagrant fcgi etc

This commit is contained in:
Olof Hagsand 2020-06-16 07:29:11 +00:00
parent 718f494549
commit c61c489e8e
3 changed files with 36 additions and 12 deletions

View file

@ -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