Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs/FAQs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/FAQs')
-rwxr-xr-xdocs/FAQs8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/FAQs b/docs/FAQs
index d766192b99d..f1e6149c48c 100755
--- a/docs/FAQs
+++ b/docs/FAQs
@@ -2,7 +2,7 @@
Ofcourse it is supported. The problem lies with the PHP configuration. If you have access to php.ini file (which resides in /etc/php5/apache2 folder) then you can fix this issue by changing the following lines :
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
- In place of 2M write the maximum size you want to be allowed.
-
-2. I tried to install the ownCloud in some XYZ directory but its not working.
- Unfortunately ownCloud can be installed into your default Apache directory only which is /var/www/ for most of the distributions.
+
+ Also look for the following line:
+ post_max_size= 2M
+ In place of 2M write the maximum size you want to be allowed. \ No newline at end of file