首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >我们如何使用Lando为drupal8菜谱提供支持

我们如何使用Lando为drupal8菜谱提供支持
EN

Stack Overflow用户
提问于 2018-07-05 14:52:22
回答 1查看 261关注 0票数 0

我们如何使用Lando来支持Varnish,我使用的是默认的.lando.yml文件

代码语言:javascript
复制
name: d8
recipe: drupal8
config:
  php: '7.2'
  webroot: web
EN

回答 1

Stack Overflow用户

发布于 2019-02-23 17:03:16

您可以使用service添加lando提供的任何其他支持:

代码语言:javascript
复制
name: d8
recipe: drupal 8
config:
  php: 7.2
  webroot: web
services:
  varnishcache:
    type: varnish:4.1
    backends:
      - appserver
    backend_port: 80
    ssl: false
    config:
      vcl: config/custom.vcl
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/51184989

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档