This commit is contained in:
TSS
2025-10-27 16:18:14 +00:00
parent bbf5ae8ebc
commit c1d38decdb
4 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
https://www.git.tss-hd.de {
redir https://git.tss-hd.de{uri}
}
https://git.tss-hd.de {
reverse_proxy gitea:3000 {
flush_interval -1
}
tls {
on_demand
}
}

View File

@@ -0,0 +1,3 @@
https://www.lenzarchiv.de, https://jakoblenz.de, https://jacoblenz.de, https://jacob-lenz.de {
redir https://lenz-archiv.de{uri}
}

View File

@@ -0,0 +1,9 @@
https://www.uploads.tss-hd.de {
redir https://uploads.tss-hd.de{uri}
}
https://uploads.tss-hd.de {
reverse_proxy gosend:8080 {
flush_interval -1
}
}