alias nextcloud

This commit is contained in:
afornerot 2023-11-06 19:54:36 +01:00
parent 61babc11d1
commit ae9a140074
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>