image nextcloud

This commit is contained in:
afornerot 2023-11-06 18:12:03 +01:00
parent 13eb33a6b8
commit 7bddd678d8
1 changed files with 8 additions and 1 deletions

View File

@ -1 +1,8 @@
Alias /nextcloud /var/www/html
Alias /nextcloud /var/www/html
<Directory "/var/www/html">
DirectoryIndex index.php
Order Allow,Deny
Allow from All
AllowOverride All
php_admin_flag allow_url_fopen on
</Directory>