Explicitly set HTTP cache to public when delivering thumbnail

This commit is contained in:
Nicolas Le Goff
2013-06-26 16:57:52 +02:00
committed by Romain Neutron
parent 01a36ee9f7
commit 0ab66c095f
4 changed files with 13 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ class XSendFileMappingNginxDumper extends Command
{
parent::__construct('xsendfile:dump-nginx');
$this->setDescription('Dump xsendfile mapping for Nginx and Apache web server');
$this->setDescription('Dump xsendfile mapping for Nginx web server');
}
/**