Skip to content

Instantly share code, notes, and snippets.

@josefrichter
Created August 8, 2017 13:58
Show Gist options
  • Save josefrichter/b09e1e53668bb30437116f0200745c09 to your computer and use it in GitHub Desktop.
Save josefrichter/b09e1e53668bb30437116f0200745c09 to your computer and use it in GitHub Desktop.
run.config:
engine: php
engine.config:
runtime: php-5.6
extensions:
- gd
- mysqli
- curl
- zlib
apache_version: '2.2'
apache_document_root: '/'
apache_index_list:
- index.php
- index.html
apache_default_gateway: 'index.php'
apache_php_interpreter: php_fpm
apache_modules:
- actions
- alias
- rewrite
- authz_host
web.wp:
start: php-server
network_dirs:
data.storage:
- wp-content/uploads/
data.db:
image: nanobox/mysql
data.storage:
image: nanobox/unfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment