Ajout de Webdav extension à NginX

This commit is contained in:
VC
2019-12-01 11:08:19 +01:00
parent 72cd967a79
commit edcc161642
5 changed files with 25 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
- name: install dav-ext
package:
name: libnginx-mod-http-dav-ext
state: present
- name: activate module
file:
src: "/usr/share/nginx/modules-available/mod-http-dav-ext.conf"
dest: "/etc/nginx/modules-enabled/50-mod-http-dav-ext.conf"
force: True
follow: False
state: link
notify:
- restart nginx