From: Micheal Wolfskill <tdgh2323@hotmail.com>
>Iam thinking of setting a umask in nginx... so that it writes files (logs ans cache) in 770 . Anybody know how to do this, or done it?
>I need this because my environment needs access to all files produced by nginx and some are 700 .
Never tried but maybe set the umask at the beginning of the init.d script (but that would apply to all files creation)...
Or a quick/dirty way to do it would be to chmod 770 the log files every x hour or once a day from a cron job...
JD
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx