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:
parent
bb5975648d
commit
4081978e8e
2 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
recurse=yes
|
||||
owner=root
|
||||
group={{ apache_data }}
|
||||
mode=0640
|
||||
mode=0660
|
||||
state=directory
|
||||
|
||||
- name: Make directories 755 so can traverse
|
||||
|
|
|
@ -91,3 +91,5 @@ if ( !defined('ABSPATH') )
|
|||
|
||||
/** Sets up WordPress vars and included files. */
|
||||
require_once(ABSPATH . 'wp-settings.php');
|
||||
define('FS_METHOD','direct');
|
||||
|
||||
|
|
Loading…
Reference in a new issue