Jelajahi Sumber

Fix module name

Girish Ramakrishnan 8 tahun lalu
induk
melakukan
ce578ee116
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>