remove uptimekuma, replace with textonly script
This commit is contained in:
parent
0acd4f2d72
commit
48ec633a59
6 changed files with 217 additions and 29 deletions
|
|
@ -62,6 +62,13 @@ in
|
|||
reverse_proxy localhost:8123
|
||||
}
|
||||
|
||||
@status path /status
|
||||
handle @status {
|
||||
root * /var/lib/uptime
|
||||
rewrite * /status.txt
|
||||
file_server
|
||||
}
|
||||
|
||||
@site_file file {
|
||||
try_files {path} {path}/index.html
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue