diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-12-15 02:15:50 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-12-15 02:15:55 +0100 |
commit | b483d2050147115dce151d669c537bcb1776164e (patch) | |
tree | 33261df9053cef2830b8ceb09b202b9bf3d30919 /roles/common-web | |
parent | ea7372eb8a2fa66b08ec37b030a098998e0aa47d (diff) |
nginx: s/conf.d/include.d/
Diffstat (limited to 'roles/common-web')
-rw-r--r-- | roles/common-web/files/etc/nginx/include.d/ssl (renamed from roles/common-web/files/etc/nginx/conf.d/ssl) | 0 | ||||
-rw-r--r-- | roles/common-web/tasks/main.yml | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/common-web/files/etc/nginx/conf.d/ssl b/roles/common-web/files/etc/nginx/include.d/ssl index 26a64f4..26a64f4 100644 --- a/roles/common-web/files/etc/nginx/conf.d/ssl +++ b/roles/common-web/files/etc/nginx/include.d/ssl diff --git a/roles/common-web/tasks/main.yml b/roles/common-web/tasks/main.yml index 1f06c13..f55770d 100644 --- a/roles/common-web/tasks/main.yml +++ b/roles/common-web/tasks/main.yml @@ -37,8 +37,8 @@ - Restart Nginx - name: Copy SSL configuration snippet - copy: src=etc/nginx/conf.d/ssl - dest=/etc/nginx/conf.d/ssl + copy: src=etc/nginx/include.d/ssl + dest=/etc/nginx/include.d/ssl owner=root group=root mode=0644 register: r2 |