mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
wordpress/tasks/install.yml typo fix in comment
This commit is contained in:
parent
ba70367fda
commit
5d03c5d23a
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
||||||
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 PHP/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_conf_dir }}/wordpress.conf from template, for http://box{{ wp_url }} via Apache
|
- name: Install /etc/{{ apache_conf_dir }}/wordpress.conf from template, for http://box{{ wp_url }} via Apache
|
||||||
template:
|
template:
|
||||||
src: wordpress.conf.j2
|
src: wordpress.conf.j2
|
||||||
dest: "/etc/{{ apache_conf_dir }}/wordpress.conf"
|
dest: "/etc/{{ apache_conf_dir }}/wordpress.conf"
|
||||||
|
|
Loading…
Reference in a new issue