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 --- 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 +++ smeserver-nextcloud-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98nextcloud 2019-01-16 21:11:24.093000000 -0500 @@ -34,7 +34,7 @@ php_admin_flag magic_quotes_gpc Off php_admin_value upload_max_filesize $maxupload php_admin_value post_max_size $maxpost - php_admin_value memory_limit 128M + php_admin_value memory_limit 512M php_admin_flag output_buffering Off php_admin_value max_execution_time 0 php_admin_value upload_tmp_dir /var/lib/nextcloud/tmp @@ -87,6 +87,11 @@ $alias $config + +Redirect 301 /.well-known/carddav /nextcloud/remote.php/dav +Redirect 301 /.well-known/caldav /nextcloud/remote.php/dav + + END } else{