Lando config file for Kirby with Apache, PHP 7.2, SSL and MailHog
name: kirby | |
proxy: | |
appserver: | |
- kirby.lndo.site | |
mailhog: | |
- mail.kirby.lndo.site | |
services: | |
appserver: | |
type: php:7.2 | |
via: apache | |
ssl: true | |
webroot: public | |
mailhog: | |
type: mailhog | |
hogfrom: | |
- appserver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment