Hi all,

I looked into /src/core/ngx_file.c and noticed that
ngx_conf_set_access_slot() defines the access type.
What is the variable I need to use in order to force new files to be written
0640, instead of 0600 as access defines it?

I tried, without success:
fastcgi_temp_path               /var/lib/nginx/fastcgi 1 2;
fastcgi_store_access            user:rw group:r;

Thank you for your help.

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,252469,252469#msg-252469

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to