Quellcode durchsuchen

We can already specify this in the php.ini

Johannes Zellner vor 8 Jahren
Ursprung
Commit
96b0e0d578
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  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>