Skip to content

Commit

Permalink
Passed correct configuration for Nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
hpatoio authored and dbu committed Jan 12, 2018
1 parent ee5c213 commit cbf3449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/FOSHttpCacheExtension.php
Expand Up @@ -437,7 +437,7 @@ private function loadProxyServer(ContainerBuilder $container, XmlFileLoader $loa
}

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

$container->setAlias(
Expand Down

0 comments on commit cbf3449

Please sign in to comment.