alias nextcloud
This commit is contained in:
parent
61babc11d1
commit
ae9a140074
|
@ -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>
|
Loading…
Reference in New Issue