diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-03-04 12:07:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-04 12:07:40 +0100 |
commit | 814bf0de20b05ef44d4558d49cc3dc655da1c58d (patch) | |
tree | 216d4e9ac9a63b9537cc2e6b9b2a0b1ea1464678 /.htaccess | |
parent | 358c9e649bebdc82424b999e9941c37541e730ea (diff) | |
parent | 92b5743bf43e2f881d5413ac5ae26f6b097ffa81 (diff) | |
download | nextcloud-server-814bf0de20b05ef44d4558d49cc3dc655da1c58d.tar.gz nextcloud-server-814bf0de20b05ef44d4558d49cc3dc655da1c58d.zip |
Merge pull request #14493 from nextcloud/tech-debt/noid/remove-php5-config
Remove unused php5 config from .htaccess
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 12 |
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 |