From 5d3ee0c2c69a79a609a4bc306af32bb70b1dc8ef Mon Sep 17 00:00:00 2001 From: Mihail Date: Mon, 28 Sep 2015 10:56:45 +0300 Subject: [PATCH] edit htaccess for ini settings --- .htaccess | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/.htaccess b/.htaccess index d8a9a90..a8a21a1 100644 --- a/.htaccess +++ b/.htaccess @@ -53,4 +53,10 @@ RewriteRule ^.*$ frontend/web/index.php + + +#для возможности загрузки файлов парсера + + php_value upload_max_filesize 20M + php_value post_max_size 30M \ No newline at end of file -- libgit2 0.21.4