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 {
|
location ^~ /raspap {
|
||||||
alias /var/www/html/raspap;
|
proxy_pass http://127.0.0.1:8080;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ^~ /_matrix {
|
location ^~ /_matrix {
|
||||||
|
|
|
||||||
|
|
@ -98,6 +98,7 @@ steps:
|
||||||
- python3-packaging
|
- python3-packaging
|
||||||
- python3-virtualenv
|
- python3-virtualenv
|
||||||
- nginx
|
- nginx
|
||||||
|
- lighttpd
|
||||||
- unzip
|
- unzip
|
||||||
- sudo
|
- sudo
|
||||||
- systemd-timesyncd
|
- systemd-timesyncd
|
||||||
|
|
|
||||||
|
|
@ -84,6 +84,7 @@ steps:
|
||||||
- python3-packaging
|
- python3-packaging
|
||||||
- python3-virtualenv
|
- python3-virtualenv
|
||||||
- nginx
|
- nginx
|
||||||
|
- lighttpd
|
||||||
- git
|
- git
|
||||||
- unzip
|
- unzip
|
||||||
- sudo
|
- sudo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue