More lighttpd cleanup

This commit is contained in:
Ana Custura 2026-04-01 11:17:21 +01:00
parent 0246e9a517
commit d8db95b5d5
3 changed files with 3 additions and 1 deletions

View file

@ -8,7 +8,7 @@ server {
}
location ^~ /raspap {
alias /var/www/html/raspap;
proxy_pass http://127.0.0.1:8080;
}
location ^~ /_matrix {