Skip to content

Commit 44060f6

Browse files
committed
fix: increase upload size to 4M
1 parent 2d9661a commit 44060f6

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

example/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
app: appDemo
22
stage: dev
33
component: wordpress
4-
name: wordpressDemo
4+
name: wordpress-demo
55

66
inputs:
77
# src:

src/fixtures/faas/wp-server.zip

163 Bytes
Binary file not shown.

src/fixtures/faas/wp-server/bootstrap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22
export PATH="/opt/bin:$PATH"
33
export LD_LIBRARY_PATH=/opt/lib/:$LD_LIBRARY_PATH
4-
PHP_INI_SCAN_DIR=/opt/etc/php.d php -d extension_dir=/opt/lib/php/modules/ sl_handler.php 1>&2
4+
export PHP_INI_SCAN_DIR=/opt/etc/php.d
5+
php -d extension_dir=/opt/lib/php/modules/ sl_handler.php 1>&2

src/fixtures/layer/wp-layer.zip

-14.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)