Skip to content

Instantly share code, notes, and snippets.

@lumpysimon
Created May 16, 2018 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lumpysimon/a3cc0c8d91381e105766725c18eee1e5 to your computer and use it in GitHub Desktop.
Save lumpysimon/a3cc0c8d91381e105766725c18eee1e5 to your computer and use it in GitHub Desktop.
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