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