summaryrefslogtreecommitdiff
path: root/roles/elevate
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-05-13 04:20:44 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-05-13 04:20:44 +0200
commit0410643732195626e8be8bc1b2c6fbc23b3b3cc3 (patch)
tree571a4fcdcdac29801091a1dd0d50b4248a178cf0 /roles/elevate
parentinstall binwalk to ch-equinox-* (diff)
make nginx vhost templates more generic
Diffstat (limited to 'roles/elevate')
-rw-r--r--roles/elevate/liquidtruth/tasks/main.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/elevate/liquidtruth/tasks/main.yml b/roles/elevate/liquidtruth/tasks/main.yml
index 6bb00821..2c61f372 100644
--- a/roles/elevate/liquidtruth/tasks/main.yml
+++ b/roles/elevate/liquidtruth/tasks/main.yml
@@ -20,7 +20,9 @@
template: generic-proxy-no-buffering-with-acme
acme: true
hostnames: "{{ liquidtruth_hostnames }}"
- proxy_pass: "http://127.0.0.1:8080"
+ locations:
+ '/':
+ proxy_pass: "http://127.0.0.1:8080"
- name: create app user
user: