Quellcode durchsuchen

Fix module name

Girish Ramakrishnan vor 8 Jahren
Ursprung
Commit
ce578ee116
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      apache2-wordpress.conf

+ 1 - 1
apache2-wordpress.conf

@@ -9,7 +9,7 @@
         AllowOverride All
         Require all granted
 
-        <IfModule mod_php5.c>
+        <IfModule mod_php7.c>
             php_value memory_limit 64m
         </IfModule>