Browse Source

We can already specify this in the php.ini

Johannes Zellner 8 năm trước cách đây
mục cha
commit
96b0e0d578
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      apache2-app.conf

+ 0 - 4
apache2-app.conf

@@ -8,10 +8,6 @@
         Options +FollowSymLinks
         AllowOverride All
         Require all granted
-
-        <IfModule mod_php7.c>
-            php_value memory_limit 64m
-        </IfModule>
     </Directory>
 
 </VirtualHost>