image nextcloud
This commit is contained in:
parent
ae9a140074
commit
89dae7c4ea
|
@ -1,8 +1,3 @@
|
||||||
Alias /nextcloud /var/www/html
|
Alias /nextcloud /var/www/html
|
||||||
<Directory "/var/www/html">
|
RewriteEngine on
|
||||||
DirectoryIndex index.php
|
RewriteRule ^/nextcloud.*$ /nextcloud/index.php [QSA,L]
|
||||||
Order Allow,Deny
|
|
||||||
Allow from All
|
|
||||||
AllowOverride All
|
|
||||||
php_admin_flag allow_url_fopen on
|
|
||||||
</Directory>
|
|
||||||
|
|
Loading…
Reference in New Issue