mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Adress last comment
This commit is contained in:

committed by
Romain Neutron

parent
2ea0f3af41
commit
b5dbd37740
@@ -38,7 +38,7 @@ class XSendFileMappingNginxDumper extends Command
|
||||
foreach ($this->container['phraseanet.xsendfile-mapping']->getMapping() as $entry) {
|
||||
$output->writeln(' location ' . $mapper->sanitizeMountPoint($entry['mount-point']) . ' {');
|
||||
$output->writeln(' internal;');
|
||||
$output->writeln(' alias ' . $mapper->sanitizePath($entry['directory']));
|
||||
$output->writeln(' alias ' . $mapper->sanitizePath($entry['directory']) . ';');
|
||||
$output->writeln(' }');
|
||||
$output->writeln('');
|
||||
}
|
||||
|
Reference in New Issue
Block a user