mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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"
|
dest: "{{ wp_abs_path }}/wp-config.php"
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ apache_user }}" # DO WE REALLY STILL WANT THIS FOR NGINX?
|
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
|
- name: Install etc/{{ apache_config_dir }}/wordpress.conf from template, for http://box{{ wp_url }} via Apache
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue