add some sites

This commit is contained in:
Ross
2025-12-07 14:28:00 +00:00
commit 390ec25bd5
9 changed files with 137 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
dinos.lan {
tls internal
route /media/* {
uri strip_prefix /media
root * /srv/toptrumps/media
file_server
}
handle_path /static/* {
root * /srv/toptrumps/static
file_server
}
reverse_proxy 127.0.0.1:8001
encode gzip
}