Syntax: proxy_store
on |
off |
string; Default: proxy_store off; Context: http, server, location
Enables saving of files to a disk. The on parameter saves files with paths corresponding to the directives alias or root. The off parameter disables saving of files. In addition, the file name can be set explicitly using the string with variables:
proxy_store /data/www$original_uri;
The modification time of files is set according to the received “Last-Modified” response