Commit 1e9daf83 authored by Mattia Rizzolo's avatar Mattia Rizzolo

nginx: no need to add www-data to any special group to read private ssl keys

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 06b1979f
......@@ -41,14 +41,6 @@
notify:
- common.reload-firewall
- name: Add the www-data user to the ssl-keys-read group
user:
name: www-data
groups: ssl-keys-read
append: yes
- name: Add an hook to reload nginx when there are new ssl keys
template:
src: reload-nginx.sh
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment