Explorar el Código

We can already specify this in the php.ini

Johannes Zellner hace 8 años
padre
commit
96b0e0d578
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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>