Skip to content

Commit

Permalink
fix: increase upload size to 4M
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Apr 14, 2021
1 parent 2d9661a commit 44060f6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app: appDemo
stage: dev
component: wordpress
name: wordpressDemo
name: wordpress-demo

inputs:
# src:
Expand Down
Binary file modified src/fixtures/faas/wp-server.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion src/fixtures/faas/wp-server/bootstrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
export PATH="/opt/bin:$PATH"
export LD_LIBRARY_PATH=/opt/lib/:$LD_LIBRARY_PATH
PHP_INI_SCAN_DIR=/opt/etc/php.d php -d extension_dir=/opt/lib/php/modules/ sl_handler.php 1>&2
export PHP_INI_SCAN_DIR=/opt/etc/php.d
php -d extension_dir=/opt/lib/php/modules/ sl_handler.php 1>&2
Binary file modified src/fixtures/layer/wp-layer.zip
Binary file not shown.

0 comments on commit 44060f6

Please sign in to comment.