mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Group perms/concerns in wordpress/tasks/install.yml
This commit is contained in:
parent
d70faf6d71
commit
ae18e8169f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
dest: "{{ wp_abs_path }}/wp-config.php"
|
||||
owner: root
|
||||
group: "{{ apache_user }}" # DO WE REALLY STILL WANT THIS FOR NGINX?
|
||||
mode: '0660' # Others strongly recommend '0600' (or do Apache/NGINX really need group read & write permissions?)
|
||||
mode: '0660' # Others strongly recommend '0600' (or do PHP/Apache/NGINX really need group read & write permissions?)
|
||||
|
||||
- name: Install etc/{{ apache_config_dir }}/wordpress.conf from template, for http://box{{ wp_url }} via Apache
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue