Remove hardcoded memory limit
This commit is contained in:
parent
c11b32c15b
commit
7c546a3a7a
|
@ -12,10 +12,5 @@ ServerName %{HTTP_HOST}
|
|||
Options +FollowSymLinks
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
|
||||
<IfModule mod_php7.c>
|
||||
php_value memory_limit 64m
|
||||
</IfModule>
|
||||
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
|
|
Loading…
Reference in New Issue