1 |
jpp |
1.1 |
diff -Nur smeserver-nextcloud-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98nextcloud smeserver-nextcloud-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98nextcloud |
2 |
|
|
--- smeserver-nextcloud-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98nextcloud 2019-01-16 21:06:32.442000000 -0500 |
3 |
|
|
+++ smeserver-nextcloud-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98nextcloud 2019-01-16 21:11:24.093000000 -0500 |
4 |
|
|
@@ -34,7 +34,7 @@ |
5 |
|
|
php_admin_flag magic_quotes_gpc Off |
6 |
|
|
php_admin_value upload_max_filesize $maxupload |
7 |
|
|
php_admin_value post_max_size $maxpost |
8 |
|
|
- php_admin_value memory_limit 128M |
9 |
|
|
+ php_admin_value memory_limit 512M |
10 |
|
|
php_admin_flag output_buffering Off |
11 |
|
|
php_admin_value max_execution_time 0 |
12 |
|
|
php_admin_value upload_tmp_dir /var/lib/nextcloud/tmp |
13 |
|
|
@@ -87,6 +87,11 @@ |
14 |
|
|
$alias |
15 |
|
|
|
16 |
|
|
$config |
17 |
|
|
+ |
18 |
|
|
+Redirect 301 /.well-known/carddav /nextcloud/remote.php/dav |
19 |
|
|
+Redirect 301 /.well-known/caldav /nextcloud/remote.php/dav |
20 |
|
|
+ |
21 |
|
|
+ |
22 |
|
|
END |
23 |
|
|
} |
24 |
|
|
else{ |