Ver código fonte

Fix module name

Girish Ramakrishnan 8 anos atrás
pai
commit
ce578ee116
1 arquivos alterados com 1 adições e 1 exclusões
  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>