Kaynağa Gözat

[dendrite] Changes committed, though I'm done hosting this

Colin Powell 2 yıl önce
ebeveyn
işleme
ef17666c36

+ 3 - 0
lab/ansible/roles/dendrite/files/nginx-location.conf

@@ -0,0 +1,3 @@
+location /element/ {
+    root /usr/local/www/element/;
+}

+ 6 - 0
lab/ansible/roles/dendrite/tasks/main.yml

@@ -24,6 +24,12 @@
     mode: 0600
   notify: Dendrite restarted
 
+- name: Element nginx conf installed
+  copy:
+    src: nginx-location.conf
+    dest: /usr/local/etc/nginx/locations/element.conf
+  notify: Nginx retarted
+
 - name: Element config installed
   copy:
     src: element-config.json

+ 1 - 1
lab/ansible/roles/dendrite/templates/dendrite.yaml.j2

@@ -1,4 +1,4 @@
-version: 1
+version: 2
 
 global:
   server_name: matrix.unbl.ink