<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
I tried this in the init script:<br><br>su - nginx -c "umask 002";<br>umask 002;<br><br><br>None of them work... new cache files/dir still get 700 permissions...<br><br>What could i be doing wrong=?<br><br><br><br><div><div id="SkyDrivePlaceholder"></div>> Date: Fri, 20 Apr 2012 04:55:42 -0700<br>> From: jdmls@yahoo.com<br>> Subject: Re: How to umask nginx to make it write files in 770 (cache/logs)<br>> To: nginx@nginx.org<br>> <br>> From: Micheal Wolfskill <tdgh2323@hotmail.com><br>> <br>> >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?<br>> >I need this because my environment needs access to all files produced by nginx and some are 700 .<br>> <br>> <br>> Never tried but maybe set the umask at the beginning of the init.d script (but that would apply to all files creation)...<br>> 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...<br>> <br>> <br>> JD<br>> <br>> _______________________________________________<br>> nginx mailing list<br>> nginx@nginx.org<br>> http://mailman.nginx.org/mailman/listinfo/nginx<br></div>                                           </div></body>
</html>