Make the glusterfs folder accessible by apache
This commit is contained in:
parent
6c3275fc84
commit
b7cef497a0
1 changed files with 8 additions and 0 deletions
|
@ -83,6 +83,14 @@
|
|||
state=directory
|
||||
recurse=yes
|
||||
|
||||
|
||||
- name: apply selinux type to the glusterfs folder
|
||||
file: >
|
||||
dest=/var/cache/nuancier/
|
||||
setype=httpd_sys_content_t
|
||||
state=directory
|
||||
recurse=yes
|
||||
|
||||
- name: apply selinux type to the wsgi file
|
||||
file: >
|
||||
dest=/usr/share/nuancier/nuancier.wsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue