From 9e8ef5133562bf4ced6eac9ad1621adb3b3c5c16 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 16 Oct 2019 01:32:03 +0200 Subject: refactor nginx vhosts for nextcloud and collabora/code --- roles/collabora/code/tasks/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'roles/collabora/code/tasks') diff --git a/roles/collabora/code/tasks/main.yml b/roles/collabora/code/tasks/main.yml index 77bd79a7..ce88fe0d 100644 --- a/roles/collabora/code/tasks/main.yml +++ b/roles/collabora/code/tasks/main.yml @@ -23,10 +23,6 @@ vars: nginx_vhost: name: "collabora-code-{{ item.key }}" - template: generic-proxy-no-buffering-with-acme + content: "{{ lookup('template', 'nginx-vhost.conf.j2') }}" acme: true hostnames: "{{ item.value.hostnames }}" - proxy_pass: "http://127.0.0.1:{{ item.value.port }}" - proxy_redirect: - redirect: "http://$host:9980/" - replacement: "https://$host/" -- cgit v1.2.3