Gitea caddy

This commit is contained in:
Maurice
2025-10-04 19:13:45 +02:00
parent ccf4fe7a11
commit 39cd92813f
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
http://git.goofjes.nl {
import https-redir
}
https://git.goofjes.nl {
import https
import compression
import default-headers
log access
reverse_proxy gitea:3000
}