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

Group perms/concerns in wordpress/tasks/install.yml

This commit is contained in:
A Holt 2020-01-18 01:19:57 -05:00 committed by GitHub
parent d70faf6d71
commit ae18e8169f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: