Bob Mottram 11 年 前
コミット
d90037f80c
共有1 個のファイルを変更した4 個の追加4 個の削除を含む
  1. 4
    4
      beaglebone.txt

+ 4
- 4
beaglebone.txt ファイルの表示

2517
 Set the following:
2517
 Set the following:
2518
 
2518
 
2519
 #+BEGIN_SRC: bash
2519
 #+BEGIN_SRC: bash
2520
-upload_max_filesize = 32M
2521
-post_max_size = 32M
2520
+upload_max_filesize = 512M
2521
+post_max_size = 512M
2522
 #+END_SRC
2522
 #+END_SRC
2523
 
2523
 
2524
 Save and exit, then edit your Apache configuration.
2524
 Save and exit, then edit your Apache configuration.
2592
 Set the following.
2592
 Set the following.
2593
 
2593
 
2594
 #+BEGIN_SRC: bash
2594
 #+BEGIN_SRC: bash
2595
-php_value upload_max_filesize 32M
2596
-php_value post_max_size 32M
2595
+php_value upload_max_filesize 512M
2596
+php_value post_max_size 512M
2597
 php_value memory_limit 128M
2597
 php_value memory_limit 128M
2598
 #+END_SRC
2598
 #+END_SRC
2599
 
2599