mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-31 18:24:26 +01:00
I hope this works ;-)
This commit is contained in:
@@ -11,9 +11,6 @@ if [[ $1 ]]; then
|
||||
|
||||
fi
|
||||
|
||||
# create files with -rw-rw----
|
||||
# this will allow /var/run/fcgiwrap.socket to be accessed rw for group
|
||||
su -c "umask 0006" $user
|
||||
|
||||
spawn-fcgi -M 0660 -s /var/run/fcgiwrap.socket -u $user -g nginx -U $user -- `which fcgiwrap`
|
||||
chmod g+rw /var/run/fcgiwrap.socket
|
||||
nginx -g "daemon off;"
|
||||
|
||||
Reference in New Issue
Block a user