浏览代码

We can already specify this in the php.ini

Johannes Zellner 8 年之前
父节点
当前提交
96b0e0d578
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      apache2-app.conf

+ 0 - 4
apache2-app.conf

@@ -8,10 +8,6 @@
         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>