Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Fix #196 put back the group on basic auth file (#197)
Browse files Browse the repository at this point in the history
group on basic auth file have been removed by the previous commit, but
it imply the error
   open() "/etc/nginx/auth_basic/foo" failed (14: Permission denied)

Add it back in order to allow nginx to read the basif auth file
  • Loading branch information
talset authored and jdauphant committed Nov 22, 2017
1 parent 2d04bb8 commit fc3a718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
src: auth_basic.j2
dest: "{{ nginx_conf_dir }}/auth_basic/{{ item.key }}"
mode: 0750
group: "{{ nginx_group }}"
with_dict: "{{ nginx_auth_basic_files }}"

- name: Create the configurations for sites
Expand Down

0 comments on commit fc3a718

Please sign in to comment.