[edit] proxy_store_access

Syntax: proxy_store_access users : permissions ...
Default: user:rw
Context: http
server
location
Reference: proxy_store_access


This directive assigns the permissions for the created files and directories, for example:

proxy_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:

proxy_store_access  group:rw  all:r;



Module: HttpProxyModule