82d7870fe4
This commit adds the first iteration of a Docker-based config for setting up a local WordPress development environment. Props pento, noisysocks, mcsf, pbearne, isabel_brison. See #47767. git-svn-id: https://develop.svn.wordpress.org/trunk@45745 602fd350-edb4-49c9-b593-d223f7449a82
7 lines
124 B
INI
7 lines
124 B
INI
upload_max_filesize = 1G
|
|
post_max_size = 1G
|
|
|
|
opcache.enable = 1
|
|
opcache.enable_cli = 1
|
|
opache.file_cache = /tmp/php-opcache
|