diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-05-16 23:49:20 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-05-16 23:53:35 +0200 |
commit | 2d30ef24b25d145b0fa827b7b458583996a04760 (patch) | |
tree | c59d78b6fc2b5f7b7a3d521b93bb981145d3e416 /roles/common-web/tasks | |
parent | d82e85eea2485925481bf12b052acede9d9ae0f8 (diff) |
common-web: Remove snippets/acme-challenge.conf.
lacme now ships that file as /etc/lacme/nginx.conf.
Diffstat (limited to 'roles/common-web/tasks')
-rw-r--r-- | roles/common-web/tasks/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/common-web/tasks/main.yml b/roles/common-web/tasks/main.yml index e2eb3ee..e54cdd4 100644 --- a/roles/common-web/tasks/main.yml +++ b/roles/common-web/tasks/main.yml @@ -20,7 +20,6 @@ - fastcgi-php-ssl.conf - ssl.conf - headers.conf - - acme-challenge.conf notify: - Restart Nginx |