1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

change group permissions on wordpress to enable write, add line to wp-config.php

This commit is contained in:
George Hunt 2017-05-30 17:00:03 -07:00
parent bb5975648d
commit 4081978e8e
2 changed files with 3 additions and 1 deletions

View file

@ -16,7 +16,7 @@
recurse=yes
owner=root
group={{ apache_data }}
mode=0640
mode=0660
state=directory
- name: Make directories 755 so can traverse

View file

@ -91,3 +91,5 @@ if ( !defined('ABSPATH') )
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
define('FS_METHOD','direct');