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