mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 00:27:49 -04:00
7 lines
198 B
ApacheConf
7 lines
198 B
ApacheConf
ErrorDocument 404 //owncloud/core/templates/404.php
|
|
<IfModule mod_php5.c>
|
|
php_value upload_max_filesize 512M
|
|
php_value post_max_size 512M
|
|
SetEnv htaccessWorking true
|
|
</IfModule>
|
|
Options -Indexes
|