More lighttpd cleanup
This commit is contained in:
parent
0246e9a517
commit
d8db95b5d5
3 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ server {
|
|||
}
|
||||
|
||||
location ^~ /raspap {
|
||||
alias /var/www/html/raspap;
|
||||
proxy_pass http://127.0.0.1:8080;
|
||||
}
|
||||
|
||||
location ^~ /_matrix {
|
||||
|
|
|
|||
|
|
@ -98,6 +98,7 @@ steps:
|
|||
- python3-packaging
|
||||
- python3-virtualenv
|
||||
- nginx
|
||||
- lighttpd
|
||||
- unzip
|
||||
- sudo
|
||||
- systemd-timesyncd
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@ steps:
|
|||
- python3-packaging
|
||||
- python3-virtualenv
|
||||
- nginx
|
||||
- lighttpd
|
||||
- git
|
||||
- unzip
|
||||
- sudo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue