Bläddra i källkod

Fix module name

Girish Ramakrishnan 8 år sedan
förälder
incheckning
ce578ee116
1 ändrade filer med 1 tillägg och 1 borttagningar
  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>