mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge branch 'master' of gitorious.org:owncloud/owncloud
This commit is contained in:
commit
d10f4f071d
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@ ErrorDocument 404 /core/templates/404.php
|
|||
php_value upload_max_filesize 512M
|
||||
php_value post_max_size 512M
|
||||
php_value memory_limit 512M
|
||||
SetEnv htaccessWorking true
|
||||
<IfModule env_module>
|
||||
SetEnv htaccessWorking true
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
|
|
|
|||
Loading…
Reference in a new issue