mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Symfony changed order of parameter for NGinx binary response
This commit is contained in:
@@ -25,7 +25,7 @@ class NginxMode extends AbstractServerMode implements ModeInterface
|
||||
$xAccelMapping = [];
|
||||
|
||||
foreach ($this->mapping as $entry) {
|
||||
$xAccelMapping[] = sprintf('%s=%s', $entry['mount-point'], $entry['directory']);
|
||||
$xAccelMapping[] = sprintf('%s=%s', $entry['directory'], $entry['mount-point']);
|
||||
}
|
||||
|
||||
if (count($xAccelMapping) > 0 ) {
|
||||
|
Reference in New Issue
Block a user