This commit is contained in:
2026-05-12 21:44:34 +02:00
commit 2379497cb7
7 changed files with 107 additions and 0 deletions

6
Caddyfile Normal file
View File

@@ -0,0 +1,6 @@
git.melosh.tech {
reverse_proxy https://pokerogue.net/ {
header_up Host {upstream_hostport}
header_up X-Real-IP {remote_host}
}
}