浏览代码

We now use php 7

Johannes Zellner 8 年之前
父节点
当前提交
a9874c2300
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apache2-wordpress.conf

+ 1 - 1
apache2-wordpress.conf

@@ -19,7 +19,7 @@
    <Directory /app/code/wp-content>
    <Directory /app/code/wp-content>
         DirectoryIndex Off
         DirectoryIndex Off
         AllowOverride None
         AllowOverride None
-        <IfModule mod_php5.c>
+        <IfModule mod_php7.c>
             php_admin_flag engine off
             php_admin_flag engine off
         </IfModule>
         </IfModule>
     </Directory>
     </Directory>