Skip to content

Commit cbf3449

Browse files
hpatoiodbu
authored andcommitted
Passed correct configuration for Nginx
1 parent ee5c213 commit cbf3449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/FOSHttpCacheExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ private function loadProxyServer(ContainerBuilder $container, XmlFileLoader $loa
437437
}
438438

439439
if (isset($config['nginx'])) {
440-
$this->loadNginxProxyServer($container, $loader, $config['varnish']);
440+
$this->loadNginxProxyServer($container, $loader, $config['nginx']);
441441
}
442442

443443
$container->setAlias(

0 commit comments

Comments
 (0)