From 7bddd678d8aa4bd5ae0e5934e553c622f111e01b Mon Sep 17 00:00:00 2001 From: afornerot Date: Mon, 6 Nov 2023 18:12:03 +0100 Subject: [PATCH] image nextcloud --- .../misc/nextcloud/containers/nextcloud/apache.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/envole-1.0/misc/nextcloud/containers/nextcloud/apache.conf b/src/envole-1.0/misc/nextcloud/containers/nextcloud/apache.conf index 0800051..2c15d6e 100755 --- a/src/envole-1.0/misc/nextcloud/containers/nextcloud/apache.conf +++ b/src/envole-1.0/misc/nextcloud/containers/nextcloud/apache.conf @@ -1 +1,8 @@ -Alias /nextcloud /var/www/html \ No newline at end of file +Alias /nextcloud /var/www/html + + DirectoryIndex index.php + Order Allow,Deny + Allow from All + AllowOverride All + php_admin_flag allow_url_fopen on + \ No newline at end of file