mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +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
|
recurse=yes
|
||||||
owner=root
|
owner=root
|
||||||
group={{ apache_data }}
|
group={{ apache_data }}
|
||||||
mode=0640
|
mode=0660
|
||||||
state=directory
|
state=directory
|
||||||
|
|
||||||
- name: Make directories 755 so can traverse
|
- name: Make directories 755 so can traverse
|
||||||
|
|
|
@ -91,3 +91,5 @@ if ( !defined('ABSPATH') )
|
||||||
|
|
||||||
/** Sets up WordPress vars and included files. */
|
/** Sets up WordPress vars and included files. */
|
||||||
require_once(ABSPATH . 'wp-settings.php');
|
require_once(ABSPATH . 'wp-settings.php');
|
||||||
|
define('FS_METHOD','direct');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue