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