mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
13 lines
388 B
INI
Executable File
13 lines
388 B
INI
Executable File
memory_limit = 128M
|
|
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
|
|
|
|
; File uploads
|
|
file_uploads = On
|
|
upload_max_filesize = 32M
|
|
post_max_size = 64M
|
|
|
|
; Required by Vulcan\Seo extension
|
|
allow_url_fopen = On
|
|
|
|
; Set development environment certificate pem (cat your-self-signed-crt.key your-self-signed-crt.crt > /etc/ssl/certs/localhost.pem)
|
|
; openssl.cafile=/etc/ssl/certs/localhost.pem |