浏览代码

Owncloud app

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