roles/nginx: Create fastcgi cache dir
Or else nginx doesn't start. Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
d8b6222527
commit
b93da27fde
@ -25,6 +25,10 @@
|
|||||||
file: path=/etc/nginx/conf.d/default.conf state=absent
|
file: path=/etc/nginx/conf.d/default.conf state=absent
|
||||||
tags: nginx
|
tags: nginx
|
||||||
|
|
||||||
|
- name: Create fastcgi cache dir
|
||||||
|
file: path=/var/cache/nginx/cached/fastcgi state=directory owner=nginx group=nginx mode=0755
|
||||||
|
tags: nginx
|
||||||
|
|
||||||
- include: vhosts.yml
|
- include: vhosts.yml
|
||||||
when: nginx_vhosts is defined
|
when: nginx_vhosts is defined
|
||||||
tags: nginx
|
tags: nginx
|
||||||
|
Loading…
Reference in New Issue
Block a user