Browse Source

Owncloud app

Bob Mottram 11 years ago
parent
commit
d90037f80c
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      beaglebone.txt

+ 4
- 4
beaglebone.txt View File

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