16 lines
444 B
Plaintext
16 lines
444 B
Plaintext
|
---
|
||
|
|
||
|
{{ workadventure_domain }} play.{{ workadventure_domain }} pusher.{{ workadventure_domain }} uploader.{{ workadventure_domain }}:
|
||
|
- path: /etc/nginx/ssl/{{ workadventure_domain }}.key
|
||
|
user: root
|
||
|
group: root
|
||
|
perm: '400'
|
||
|
format: key
|
||
|
action: '/usr/sbin/service nginx restart'
|
||
|
- path: /etc/nginx/ssl/{{ workadventure_domain }}.crt
|
||
|
user: root
|
||
|
group: root
|
||
|
perm: '400'
|
||
|
format: crt,ca
|
||
|
action: '/usr/sbin/service nginx restart'
|