一台服务器上的magento 2和prestashop使用清漆缓存

时间:2018-11-05 17:13:51

标签: prestashop magento2 varnish

我想在一台服务器上为magento 2和prestashop使用清漆缓存。我问我的朋友,但他告诉我做不到。因为它们具有不同的配置。我可以安装消失缓存并将其仅用于magento还是用于两者?

1 个答案:

答案 0 :(得分:0)

您可以将Varnish安装在一台服务器上,以同时用于Magento2和Prestashop。

但是我怀疑Magento2和Prestashop在Varnish中都需要一些特殊的配置。因此,VCL将更加复杂。

假设Magento2和Prestashop在不同的主机上使用,如果配置冲突,则可以基于域名在VCL中添加逻辑

 if (!$scope.isChecked) {
    $scope.getExistingName($scope.userName).then(function (data) {  
         $scope.userName = data;    
         myService.save($scope.userName,otherparams).then(function (res) {
             //route to page
         }, function (err) {
         });
    });
  }

  //some processing code here then another promise