syntax: uwsgi_store_access users:permissions [users:permission ...]
default: uwsgi_store_access user:rw
context: http, server, location
This directive assigns the permissions for the created files and directories, for example:
uwsgi_store_access user:rw group:rw all:r;
If any rights for groups or all are assigned, then it is not necessary to assign rights for user:
uwsgi_store_access group:rw all:r;