Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-03-04 12:02:56 +0300
committerMorris Jobke <hey@morrisjobke.de>2019-03-04 13:24:10 +0300
commit92b5743bf43e2f881d5413ac5ae26f6b097ffa81 (patch)
tree12707d5b9fca28a932dc2222a0d1ad0164da9cf6 /.htaccess
parentfeefb0ca89575f0b336bd0e754f62d95fa8df91f (diff)
Remove unused php5 config from .htaccess
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess12
1 files changed, 0 insertions, 12 deletions
diff --git a/.htaccess b/.htaccess
index 63d50a2b9d7..2b0caed2743 100644
--- a/.htaccess
+++ b/.htaccess
@@ -30,18 +30,6 @@
Header set Cache-Control "max-age=604800"
</FilesMatch>
</IfModule>
-<IfModule mod_php5.c>
- php_value upload_max_filesize 511M
- php_value post_max_size 511M
- php_value memory_limit 512M
- php_value mbstring.func_overload 0
- php_value always_populate_raw_post_data -1
- php_value default_charset 'UTF-8'
- php_value output_buffering 0
- <IfModule mod_env.c>
- SetEnv htaccessWorking true
- </IfModule>
-</IfModule>
<IfModule mod_php7.c>
php_value upload_max_filesize 511M
php_value post_max_size 511M