From d8db95b5d596c1480fc3e81723eb1dccf63a2b39 Mon Sep 17 00:00:00 2001 From: Ana Custura Date: Wed, 1 Apr 2026 11:17:21 +0100 Subject: [PATCH] More lighttpd cleanup --- ansible/templates/nginx-config.j2 | 2 +- vmdb2-recipes/amd64_trixie.yaml | 1 + vmdb2-recipes/raspi_4_trixie.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/templates/nginx-config.j2 b/ansible/templates/nginx-config.j2 index 5ef7794..262ac5e 100644 --- a/ansible/templates/nginx-config.j2 +++ b/ansible/templates/nginx-config.j2 @@ -8,7 +8,7 @@ server { } location ^~ /raspap { - alias /var/www/html/raspap; + proxy_pass http://127.0.0.1:8080; } location ^~ /_matrix { diff --git a/vmdb2-recipes/amd64_trixie.yaml b/vmdb2-recipes/amd64_trixie.yaml index d3c7be9..65b186e 100644 --- a/vmdb2-recipes/amd64_trixie.yaml +++ b/vmdb2-recipes/amd64_trixie.yaml @@ -98,6 +98,7 @@ steps: - python3-packaging - python3-virtualenv - nginx + - lighttpd - unzip - sudo - systemd-timesyncd diff --git a/vmdb2-recipes/raspi_4_trixie.yaml b/vmdb2-recipes/raspi_4_trixie.yaml index d622a41..7c2b9ab 100644 --- a/vmdb2-recipes/raspi_4_trixie.yaml +++ b/vmdb2-recipes/raspi_4_trixie.yaml @@ -84,6 +84,7 @@ steps: - python3-packaging - python3-virtualenv - nginx + - lighttpd - git - unzip - sudo